> That's pretty much up to you, but I find it easier to
> manage
> filetype-specific settings if they're put in
> ~/.vim/ftplugin or
> ~/.vim/after/ftplugin.  To make sure that my settings
> override any
> made in the standard $VIMRUNTIME/ftplugin files, I
> generally put
> mine in the ~/.vim/after/ftplugin directory.
> 
> The 'complete' and 'isk' options are "local to buffer", so
> I don't
> think is matters whether you set them using "set" or
> "setlocal", but
> it's probably a good idea to get in the habit of using
> "setlocal" to
> set options in filetype plugins so that they affect only
> buffers of that filetype.

Roger that! Thanks for taking time with this.

Tuomas


      

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to