diff src/ex_docmd.c @ 19415:90e24240904b v8.2.0265

patch 8.2.0265: "eval" after "if 0" doesn't check for following command Commit: https://github.com/vim/vim/commit/a76b31542e1d83b7d2fe7378439912e800a4d0f6 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 16 16:20:21 2020 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Sun, 16 Feb 2020 16:30:03 +0100
parents b6da81589f8c
children af9d5585cfbf
line wrap: on
line diff
--- a/src/ex_docmd.c
+++ b/src/ex_docmd.c
@@ -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: