On Fri, 12 Mar 2010, Philip Rhoades wrote:

> People,
> 
> I forgot what the following is supposed to do but it causes errors when I load
> NERDTree:
> 
> au VimEnter * au FileType * if !exists(b:match_words) | let b:match_words
> =&matchpairs | endif
> 

Also not sure what it's supposed to accomplish, but it should be:

if !exists('b:match_words')

rather than

if !exists(b:match_words)

-- 
Best,
Ben

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