mirror of
https://github.com/vim/vim.git
synced 2025-10-01 04:54:07 -04:00
patch 8.1.1880: cannot show extra info for completion in a popup window
Problem: Cannot show extra info for completion in a popup window. Solution: Add the "popup" entry in 'completeopt'.
This commit is contained in:
@@ -5825,7 +5825,7 @@ ex_pclose(exarg_T *eap)
|
||||
}
|
||||
# ifdef FEAT_TEXT_PROP
|
||||
// Also when 'previewpopup' is empty, it might have been cleared.
|
||||
popup_close_preview();
|
||||
popup_close_preview(FALSE);
|
||||
# endif
|
||||
}
|
||||
#endif
|
||||
@@ -8614,7 +8614,7 @@ ex_pedit(exarg_T *eap)
|
||||
|
||||
// Open the preview window or popup and make it the current window.
|
||||
g_do_tagpreview = p_pvh;
|
||||
prepare_tagpreview(TRUE);
|
||||
prepare_tagpreview(TRUE, TRUE, FALSE);
|
||||
|
||||
// Edit the file.
|
||||
do_exedit(eap, NULL);
|
||||
|
Reference in New Issue
Block a user