Disable auto commenting in VIM using the .vimrc file
November 25th, 2008
1 comment
Combined some tips together to figure this one out.
Put this into your .vimrc file:
au FileType * setl fo=cql
I’m using VIM version 7.1.12
Recent Comments