Merge pull request #115 from Twinside/patch-1

Deactivating folds in NERDtree buffer
This commit is contained in:
Martin Grenfell 2012-01-11 06:23:12 -08:00
commit dfc0aea1e7

View File

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