mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -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:
@@ -4976,7 +4976,7 @@ mch_call_shell_fork(
|
||||
p_more_save = p_more;
|
||||
p_more = FALSE;
|
||||
old_State = State;
|
||||
State = EXTERNCMD; // don't redraw at window resize
|
||||
State = MODE_EXTERNCMD; // don't redraw at window resize
|
||||
|
||||
if ((options & SHELL_WRITE) && toshell_fd >= 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user