commit | ab55c6826f9080477fea6d5593f0b77931acfc1d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 01 19:41:43 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 01 19:41:43 2020 +0100 |
tree | 8eab5db5e705485fdca410222977a7abe5d7cdcf | |
parent | eab6dff19f387469a200011bc6cf3508f5e43a4a [diff] [blame] |
patch 8.2.0344: ":def" not skipped properly Problem: ":def" not skipped properly. Solution: Add CMD_def to list of commands the require evaluation even when not being executed.
diff --git a/src/version.c b/src/version.c index 56a0aee..40c3c75 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 344, +/**/ 343, /**/ 342,