mirror of
https://github.com/junegunn/fzf.vim.git
synced 2025-12-06 20:54:28 +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
|
||||
|
||||
function! s:jump(t, w)
|
||||
execute 'normal!' a:t.'gt'
|
||||
execute a:t.'tabnext'
|
||||
execute a:w.'wincmd w'
|
||||
endfunction
|
||||
|
||||
|
||||
Reference in New Issue
Block a user