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

patch 8.2.0265: "eval" after "if 0" doesn't check for following command

Problem:    "eval" after "if 0" doesn't check for following command.
Solution:   Add "eval" to list of commands that check for a following command.
            (closes #5640)
This commit is contained in:
Bram Moolenaar
2020-02-16 16:20:21 +01:00
parent a36c830a32
commit a76b31542e
3 changed files with 12 additions and 0 deletions

View File

@@ -2375,6 +2375,7 @@ do_one_cmd(
case CMD_echoerr:
case CMD_echomsg:
case CMD_echon:
case CMD_eval:
case CMD_execute:
case CMD_filter:
case CMD_help: