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:
@@ -2357,6 +2357,7 @@ do_one_cmd(
|
|||||||
case CMD_finally:
|
case CMD_finally:
|
||||||
case CMD_endtry:
|
case CMD_endtry:
|
||||||
case CMD_function:
|
case CMD_function:
|
||||||
|
case CMD_def:
|
||||||
break;
|
break;
|
||||||
|
|
||||||
// Commands that handle '|' themselves. Check: A command should
|
// Commands that handle '|' themselves. Check: A command should
|
||||||
|
@@ -738,6 +738,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
344,
|
||||||
/**/
|
/**/
|
||||||
343,
|
343,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user