From here: Vim Comment HOWTO
I've been able to type the
:set comments=sl:/*,mb:*,elx:*/
command. Because my sas code requires this style comments:
/*
* This is the comment
*/
The problem is once I type this set command I don't know how to actually get those comments to add to the code... the instructions say to type "/*" but in insert mode this just acts normally, and in command mode this does a find on "*".
How do I get this to work? and Are there better ways than this to automatically insert comment marks?
Thanks,
Dan