Merge branch 'add_path_filter_api'

This commit is contained in:
Martin Grenfell
2015-05-06 20:58:55 +01:00
3 changed files with 25 additions and 4 deletions

View File

@@ -196,6 +196,11 @@ function! NERDTreeCWD()
call NERDTreeFocus()
call nerdtree#ui_glue#chRootCwd()
endfunction
function! NERDTreeAddPathFilter(callback)
call g:NERDTree.AddPathFilter(a:callback)
endfunction
" SECTION: Post Source Actions {{{1
call nerdtree#postSourceActions()