Tuesday, January 22, 2013

Re: Limiting ftplugins to relevant buffers

neilhwatson@gmail.com wrote:
> On Tuesday, 22 January 2013 15:30:23 UTC-5, Ben Fritz wrote:
>> Where did you define the abbreviations? How did you edit the new buffer
> (specific command sequence)?
>
> The abbreviations are on the ftplugin. New buffer: :e newfile.cf
>
> The plugin is here:
> https://github.com/neilhwatson/vim_cf3/blob/dev/ftplugin/cf3.vim
>
In your code: once you have

g:DisableCF3Ftplugin

existing, the ftplugin won't be loaded again. Buffers are not filetypes; so you need to allow reloading of the ftplugin each time a buffer of the appropriate filetype is edited.

Regards,
C Campbell

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments:

Post a Comment