On Wed, 7 Sep 2011, Ben Fritz wrote:

On Sep 7, 3:00 pm, "Christopher J. Bottaro" wrote:
Hello,

I have set noballooneval in my vimrc file, but it seems to be getting overwritten (I'm guessing from an autocmd for filetype).

:verb set ballooneval?

should tell you what's overwriting the setting. When you find it, Ben F's response can be used as appropriate.

--
Best,
Ben H

 How can I ensure that noballooneval set in the vimrc isn't overwritten?


You can't. But you can find the offending plugin and add an autocmd of your own, remove the autocmd if you made it yourself, or add a file to an appropriate "after directory" to set the value as you prefer.

--
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

Reply via email to