sakki wrote:
> Hi,
>
> I often edit files which are almost C but not quite. I'd like VIM to
> recognize them as "my_type", apply everything that is done when
> running "set ft c", and then be able to add my own extensions in
> ~/.vim/after/*/my_type.vim.
>
> How do i do that?
>    
Put your extensions in

.vim/after/ftplugin/c.vim

or

.vim/after/ftplugin/c/whatever.vim

Regards,
Chip Campbell


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

Reply via email to