mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
patch 9.0.0877: using freed memory with :comclear while listing commands
Problem: Using freed memory with :comclear while listing commands. Solution: Bail out when the command list has changed. (closes #11440)
This commit is contained in:
@@ -3339,3 +3339,5 @@ EXTERN char e_cannot_change_mappings_while_listing[]
|
||||
EXTERN char e_cannot_change_menus_while_listing[]
|
||||
INIT(= N_("E1310: Cannot change menus while listing"));
|
||||
#endif
|
||||
EXTERN char e_cannot_change_user_commands_while_listing[]
|
||||
INIT(= N_("E1311: Cannot change user commands while listing"));
|
||||
|
Reference in New Issue
Block a user