Skip to content

Commit

Permalink
fix for nerdtree not handling zeus fifo file
Browse files Browse the repository at this point in the history
  • Loading branch information
rtremaine committed Feb 21, 2013
1 parent 2541c79 commit 1cfb652
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vim/plugin/NERD_tree.vim
Expand Up @@ -1748,7 +1748,8 @@ function! s:TreeDirNode.refresh()
endif


catch /^NERDTree.InvalidArgumentsError/
"catch /^NERDTree.InvalidArgumentsError/
catch /^NERDTree.\(InvalidArguments\|InvalidFiletype\)Error/
let invalidFilesFound = 1
endtry
endif
Expand Down

0 comments on commit 1cfb652

Please sign in to comment.