commit | a76b31542e1d83b7d2fe7378439912e800a4d0f6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 16 16:20:21 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 16 16:20:21 2020 +0100 |
tree | fc21552fe944ef502c71d083fa15602180b49c7c | |
parent | a36c830a32f439b862ffb85d4c4b4799ee5ea2f9 [diff] [blame] |
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)
diff --git a/src/ex_docmd.c b/src/ex_docmd.c index 659af19..a819f64 100644 --- a/src/ex_docmd.c +++ b/src/ex_docmd.c
@@ -2375,6 +2375,7 @@ case CMD_echoerr: case CMD_echomsg: case CMD_echon: + case CMD_eval: case CMD_execute: case CMD_filter: case CMD_help: