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/version.c b/src/version.c index dc849eb..da0b2f6 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 265, +/**/ 264, /**/ 263,