mirror of
https://github.com/junegunn/fzf.git
synced 2026-08-17 13:07:56 +02:00
[neovim] Fix #281 - Properly close window with winnr 1
This commit is contained in:
parent
938151a834
commit
11db046fc7
1 changed files with 1 additions and 1 deletions
|
|
@ -249,7 +249,7 @@ function! s:calc_size(max, val)
|
|||
endfunction
|
||||
|
||||
function! s:getpos()
|
||||
return {'tab': tabpagenr(), 'win': winnr()}
|
||||
return {'tab': tabpagenr(), 'win': winnr(), 'cnt': winnr('$')}
|
||||
endfunction
|
||||
|
||||
function! s:split(dict)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue