Skip to content

Commit

Permalink
Merge pull request preservim#115 from Twinside/patch-1
Browse files Browse the repository at this point in the history
Deactivating folds in NERDtree buffer
  • Loading branch information
scrooloose committed Jan 11, 2012
2 parents 6d83575 + 5c01c5a commit dfc0aea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugin/NERD_tree.vim
Expand Up @@ -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
Expand Down

0 comments on commit dfc0aea

Please sign in to comment.