Benjamin,

On 2010-03-12 14:02, Benjamin R. Haskell wrote:
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)


Thanks for that - I remembered what the line was for - it was an attempt to fix a problem using % (shift 5) for end or do/end style blocks not working properly matchit.vim .

Phil.
--
Philip Rhoades

GPO Box 3411
Sydney NSW      2001
Australia
E-mail:  [email protected]

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