HI, I run Vim6.3 on Debian Sarge 3.1 from the testing packages. How I can set it up to autocomment lines ? Example:
/** - this line is written by me, on every newline character entered from the keyboard ... * * - vim should draw a asterisk on the screen and let me continue write the commented block * */ - until I write this sequence, then Vim should exit from the comment block and don,t more write asterisk on the newline This Vim version is compiled with the '+comments' flag. I have tried the :set comments=sr/**,m:*,elx:*/ , but with no results. I often use PHP and PHPDocumentor, and a really need this thing. On the Slackware 11 distro with Vim7 this works fine for me. Can anybody help ? Thanks -- View this message in context: http://www.nabble.com/Autocomment-lines-tf3063105.html#a8518302 Sent from the Vim - General mailing list archive at Nabble.com.
