Skip to content

Commit

Permalink
adding nerdtree to the list of ignored plugins for
Browse files Browse the repository at this point in the history
numbers.vim
  • Loading branch information
myusuf3 committed Oct 10, 2013
1 parent d46a319 commit 0f1476d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/numbers.vim
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if (!exists('g:enable_numbers'))
endif

if (!exists('g:numbers_exclude'))
let g:numbers_exclude = ['unite', 'tagbar', 'startify', 'gundo', 'vimshell', 'w3m']
let g:numbers_exclude = ['unite', 'tagbar', 'startify', 'gundo', 'vimshell', 'w3m', 'nerdtree']
endif

if v:version < 703 || &cp
Expand Down

0 comments on commit 0f1476d

Please sign in to comment.