Merge pull request #115 from Twinside/patch-1
Deactivating folds in NERDtree buffer
This commit is contained in:
commit
dfc0aea1e7
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user