]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0265: "eval" after "if 0" doesn't check for following command v8.2.0265
authorBram Moolenaar <Bram@vim.org>
Sun, 16 Feb 2020 15:20:21 +0000 (16:20 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 16 Feb 2020 15:20:21 +0000 (16:20 +0100)
commita76b31542e1d83b7d2fe7378439912e800a4d0f6
treefc21552fe944ef502c71d083fa15602180b49c7c
parenta36c830a32f439b862ffb85d4c4b4799ee5ea2f9
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)
src/ex_docmd.c
src/testdir/test_expr.vim
src/version.c