nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit 6464cff1131733ae4d5ba6ac6561be8833eb8c97
parent 4f5599e275f91b63c1d092f394aa27a148bf383e
Author: Martin Grenfell <martin_grenfell@msn.com>
Date:   Thu, 25 Dec 2008 09:51:25 +1300

fix a bug with the gi mapping

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
@@ -3533,7 +3533,7 @@ endfunction
 
 "FUNCTION: s:previewNode() {{{2
 function! s:previewNode(openNewWin)
-    let currentBuf = bufnr(".")
+    let currentBuf = bufnr("")
     if a:openNewWin
         call s:openEntrySplit(1)
     else