fix a bug from recent refactoring RE some NERDTreeCWD

This commit is contained in:
Martin Grenfell
2014-07-14 09:41:56 +01:00
parent 2f552e116d
commit 0c045d85ea
3 changed files with 3 additions and 9 deletions

View File

@@ -127,12 +127,6 @@ endfunction
" SECTION: View Functions {{{1
"============================================================
"
" FUNCTION: nerdtree#chRoot(node) {{{2
" changes the current root to the selected one
function! nerdtree#chRoot(node)
call s:chRoot(a:node)
endfunction
"FUNCTION: nerdtree#closeTree() {{{2
"Closes the primary NERD tree window for this tab