add support for nerdtree

This commit is contained in:
Martin Grenfell
2008-05-17 14:54:44 +12:00
parent e92b6f60d5
commit 191bb50879
2 changed files with 3 additions and 1 deletions

View File

@@ -861,7 +861,7 @@ to get illegal syntax when uncommenting them.
8. Changelog *NERDComChangelog* 8. Changelog *NERDComChangelog*
2.1.14 2.1.14
- added support for gitconfig,tar - added support for gitconfig, tar, nerdtree
2.1.13 2.1.13
- added support for rib, pyrex/cython, liquid, services, gitcommit, - added support for rib, pyrex/cython, liquid, services, gitcommit,
vimperator, and slice. Thanks to spookypeanut, Greg Jandl, Christophe vimperator, and slice. Thanks to spookypeanut, Greg Jandl, Christophe

View File

@@ -528,6 +528,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
call s:MapDelimiters('/*', '') call s:MapDelimiters('/*', '')
elseif a:filetype == "ncf" elseif a:filetype == "ncf"
call s:MapDelimiters(';', '') call s:MapDelimiters(';', '')
elseif a:filetype == "nerdtree"
call s:MapDelimiters('', '')
elseif a:filetype == "netdict" elseif a:filetype == "netdict"
call s:MapDelimiters('', '') call s:MapDelimiters('', '')
elseif a:filetype == "netrw" elseif a:filetype == "netrw"