mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-08 19:33:50 -05:00
fix a bug with the gi mapping
This commit is contained in:
@@ -3533,7 +3533,7 @@ endfunction
|
|||||||
|
|
||||||
"FUNCTION: s:previewNode() {{{2
|
"FUNCTION: s:previewNode() {{{2
|
||||||
function! s:previewNode(openNewWin)
|
function! s:previewNode(openNewWin)
|
||||||
let currentBuf = bufnr(".")
|
let currentBuf = bufnr("")
|
||||||
if a:openNewWin
|
if a:openNewWin
|
||||||
call s:openEntrySplit(1)
|
call s:openEntrySplit(1)
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user