mirror of
https://github.com/junegunn/fzf.vim.git
synced 2025-12-09 05:54:46 +08:00
[Windows] Use {count}tabnext instead of normal {count}gt (#745)
To workaround https://github.com/neovim/neovim/issues/4895
This commit is contained in:
@@ -583,7 +583,7 @@ function! s:find_open_window(b)
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:jump(t, w)
|
function! s:jump(t, w)
|
||||||
execute 'normal!' a:t.'gt'
|
execute a:t.'tabnext'
|
||||||
execute a:w.'wincmd w'
|
execute a:w.'wincmd w'
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user