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
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
Regular expression to remove empty lines:
:%g/^$/d