I have seen /* block comment */ for block commenting in C++. I know I can do line commenting by using ! or c, but is there any option
/* block comment */
!
c
You can do a little hack though:
go to 100 ! CHUNK OF CODE YOU WANT TO COMMENT OUT 100 continue
Yeah, I know it's horrible but it works. :)