On Feb 11, 3:37 am, Albie Janse van Rensburg <[email protected]>
wrote:
> au BufRead,BufNewFile * if &ft == 'eml' | set fo-=t | endif
This is probably better:
au FileType eml set fo-=t
But as mentioned, it would be even better to just put:
setlocal fo-=t
in ~/.vim/ftplugin/eml.vim or ~/.vim/after/ftplugin/eml.vim
You can read about this sort of thing at:
:help filetype-plugins
especially:
:help ftplugin-overrule
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---