mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 17:30:04 +08:00
chore(typo): fix typo in smartclose function
This commit is contained in:
parent
8eeb6964f2
commit
28fc230368
@ -355,7 +355,7 @@ fu! SpaceVim#mapping#SmartClose() abort
|
||||
let num = num - 1
|
||||
elseif getwinvar(i, '&previewwindow') == 1 && winnr() !=# i
|
||||
let num = num - 1
|
||||
elseif exist('*win_getid') && s:WIN.is_float(win_getid(i))
|
||||
elseif exists('*win_getid') && s:WIN.is_float(win_getid(i))
|
||||
" in vim winnr('$') do not include popup.
|
||||
let num = num - 1
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user