forked from aniani/vim
patch 8.1.1905: cannot set all properties of the info popup
Problem: Cannot set all properties of the info popup. Solution: Add popup_findinfo(). Rename popup_getpreview() to popup_findpreview().
This commit is contained in:
@@ -5808,7 +5808,7 @@ ex_pclose(exarg_T *eap)
|
||||
}
|
||||
# ifdef FEAT_TEXT_PROP
|
||||
// Also when 'previewpopup' is empty, it might have been cleared.
|
||||
popup_close_preview(FALSE);
|
||||
popup_close_preview();
|
||||
# endif
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user