Deactivating folds in NERDtree buffer

This commit is contained in:
Twinside 2012-01-11 15:20:57 +01:00
parent 6d83575490
commit 5c01c5acd8

View File

@ -3793,6 +3793,8 @@ function! s:setCommonBufOptions()
setlocal bufhidden=hide
setlocal nowrap
setlocal foldcolumn=0
setlocal foldmethod=manual
setlocal nofoldenable
setlocal nobuflisted
setlocal nospell
if g:NERDTreeShowLineNumbers