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

@@ -194,7 +194,7 @@ endfunction
function! NERDTreeCWD()
call NERDTreeFocus()
call nerdtree#chRootCwd()
call nerdtree#ui_glue#chRootCwd()
endfunction
" SECTION: Post Source Actions {{{1
call nerdtree#postSourceActions()