mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 10:26:31 +00:00
vim-patch:8.2.4911: the mode #defines are not clearly named (#18499)
Problem: The mode #defines are not clearly named.
Solution: Prepend MODE_. Renumber them to put the mapped modes first.
249591057b
A hunk from the patch depends on patch 8.2.4861, which hasn't been
ported yet, but that should be easy to notice.
This commit is contained in:
@@ -83,7 +83,7 @@ void 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