mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.1.1441: popup window filter not yet implemented
Problem: Popup window filter not yet implemented. Solution: Implement the popup filter.
This commit is contained in:
@@ -1801,6 +1801,10 @@ vgetc(void)
|
||||
ui_remove_balloon();
|
||||
}
|
||||
#endif
|
||||
#ifdef FEAT_TEXT_PROP
|
||||
if (popup_do_filter(c))
|
||||
c = K_IGNORE;
|
||||
#endif
|
||||
|
||||
return c;
|
||||
}
|
||||
|
Reference in New Issue
Block a user