Deactivating folds in NERDtree buffer
This commit is contained in:
parent
6d83575490
commit
5c01c5acd8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user