mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +00:00
feat(ui): completeopt support popup like vim
This commit is contained in:
@@ -4978,7 +4978,7 @@ void free_wininfo(wininfo_T *wip, buf_T *bp)
|
||||
/// Remove window 'wp' from the window list and free the structure.
|
||||
///
|
||||
/// @param tp tab page "win" is in, NULL for current
|
||||
static void win_free(win_T *wp, tabpage_T *tp)
|
||||
void win_free(win_T *wp, tabpage_T *tp)
|
||||
{
|
||||
pmap_del(int)(&window_handles, wp->handle, NULL);
|
||||
clearFolding(wp);
|
||||
|
Reference in New Issue
Block a user