fix a bug with the gi mapping

This commit is contained in:
Martin Grenfell 2008-12-25 09:51:25 +13:00
parent 4f5599e275
commit 6464cff113

View File

@ -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