diff --git a/plugin/NERD_tree.vim b/plugin/NERD_tree.vim index 8b3ca3c..f515d30 100644 --- a/plugin/NERD_tree.vim +++ b/plugin/NERD_tree.vim @@ -2123,7 +2123,7 @@ function! s:OpenFileNode(treenode) else try wincmd p - silent exec ("edit " . a:treenode.path.StrForEditCmd()) + exec ("edit " . a:treenode.path.StrForEditCmd()) catch /^Vim\%((\a\+)\)\=:E37/ call s:PutCursorInTreeWin() call s:Echo("Cannot open file, it is already open and modified")