mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.4911: the mode #defines are not clearly named
Problem: The mode #defines are not clearly named. Solution: Prepend MODE_. Renumber them to put the mapped modes first.
This commit is contained in:
@@ -88,7 +88,7 @@ do_debug(char_u *cmd)
|
||||
emsg_silent = FALSE; // display error messages
|
||||
redir_off = TRUE; // don't redirect debug commands
|
||||
|
||||
State = NORMAL;
|
||||
State = MODE_NORMAL;
|
||||
debug_mode = TRUE;
|
||||
|
||||
if (!debug_did_msg)
|
||||
|
Reference in New Issue
Block a user