nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit efa7941c54827c6f9c3fd9722772a7247dd11a0d
parent 808850a4645ddba76657ee35b21120cb9d58a185
Author: Martin Grenfell <martin_grenfell@msn.com>
Date:   Fri, 20 Jun 2008 17:23:48 +1200

remove a stray :echo

Diffstat:
Mplugin/NERD_tree.vim | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugin/NERD_tree.vim b/plugin/NERD_tree.vim
@@ -1350,7 +1350,7 @@ function! s:oPath.UncacheBookmark(name) dict
     let bookmarks = self.BookmarkNames()
     let i = index(bookmarks, a:name)
     if i != -1
-        echo remove(bookmarks, i)
+        call remove(bookmarks, i)
     endif
 endfunction
 "FUNCTION: oPath.WinToUnixPath(pathstr){{{3