0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

patch 8.2.0344: ":def" not skipped properly

Problem:    ":def" not skipped properly.
Solution:   Add CMD_def to list of commands the require evaluation even when
            not being executed.
This commit is contained in:
Bram Moolenaar
2020-03-01 19:41:43 +01:00
parent eab6dff19f
commit ab55c6826f
2 changed files with 3 additions and 0 deletions

View File

@@ -2357,6 +2357,7 @@ do_one_cmd(
case CMD_finally:
case CMD_endtry:
case CMD_function:
case CMD_def:
break;
// Commands that handle '|' themselves. Check: A command should

View File

@@ -738,6 +738,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
344,
/**/
343,
/**/