mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 20:20:05 +08:00
Fix smart close issue for Vim (#4110)
This commit is contained in:
parent
c028411be3
commit
8f552b8b77
@ -302,7 +302,7 @@ fu! SpaceVim#mapping#SmartClose() abort
|
||||
\ && exists('*popup_list')
|
||||
\ && exists('*popup_getoptions')
|
||||
\ && exists('*popup_getpos')
|
||||
let popup_count = len(
|
||||
let win_count = len(
|
||||
\ filter(
|
||||
\ map(
|
||||
\ filter(popup_list(), 'popup_getpos(v:val).visible'),
|
||||
|
Loading…
Reference in New Issue
Block a user