mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-16 02:07:06 +00:00
[neovim] Check tabpagenr() as well
This commit is contained in:
parent
f766531e74
commit
2b7c3df66b
@ -285,7 +285,7 @@ function! s:execute_term(dict, command, temps)
|
|||||||
let tab = tabpagenr()
|
let tab = tabpagenr()
|
||||||
let wnr = winnr()
|
let wnr = winnr()
|
||||||
execute 'bd!' self.buf
|
execute 'bd!' self.buf
|
||||||
if winnr() == wnr
|
if winnr() == wnr && tabpagenr() == tab
|
||||||
close
|
close
|
||||||
endif
|
endif
|
||||||
if s:ptab == tab
|
if s:ptab == tab
|
||||||
|
Loading…
Reference in New Issue
Block a user