On 2011-06-10, 23:20 David Bürgin wrote:
Right, that did it.
Almost, that is: As I sometimes call an older Vim (7.2) from the command
line which uses the same .vimrc as my MacVim instance (7.3) I need to
remain compatible with that. The relevant part in my .vimrc now looks
like this:
if version >= 730
set conceallevel=0
autocmd FileType * setlocal conceallevel=0
endif
Unfortunately, this annuls the :set and :au commands in my Vim 7.3 and I
couldn't say why. Am I using the 'if version' statement in the wrong
way, somehow?
--
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