mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-10 10:43:48 -05:00
add support for nerdtree
This commit is contained in:
@@ -861,7 +861,7 @@ to get illegal syntax when uncommenting them.
|
||||
8. Changelog *NERDComChangelog*
|
||||
|
||||
2.1.14
|
||||
- added support for gitconfig,tar
|
||||
- added support for gitconfig, tar, nerdtree
|
||||
2.1.13
|
||||
- added support for rib, pyrex/cython, liquid, services, gitcommit,
|
||||
vimperator, and slice. Thanks to spookypeanut, Greg Jandl, Christophe
|
||||
|
||||
@@ -528,6 +528,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
||||
call s:MapDelimiters('/*', '')
|
||||
elseif a:filetype == "ncf"
|
||||
call s:MapDelimiters(';', '')
|
||||
elseif a:filetype == "nerdtree"
|
||||
call s:MapDelimiters('', '')
|
||||
elseif a:filetype == "netdict"
|
||||
call s:MapDelimiters('', '')
|
||||
elseif a:filetype == "netrw"
|
||||
|
||||
Reference in New Issue
Block a user