Remove broken function from NERDTree

This commit is contained in:
Edward Litherland-Smith 2022-04-27 11:02:50 +01:00
parent a3283674aa
commit 7c182949d7

2
vimrc
View file

@ -85,8 +85,6 @@ nnoremap <C-f> :NERDTreeFind<CR>
" Exit Vim if NERDTree is the only window remaining in the only tab.
autocmd BufEnter * if tabpagenr('$') == 1 && winnr('$') == 1 && exists('b:NERDTree') && b:NERDTree.isTabTree() | quit | endif
" Open the existing NERDTree on each new tab.
autocmd BufWinEnter * if getcmdwintype() == '' | silent NERDTreeMirror | endif
set splitbelow
set splitright