commit | 148bcd361097f85a1a51c408e7412d60c76df14d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 09 12:41:32 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 09 12:41:32 2022 +0000 |
tree | 1644a6bbbd9e09bfb5c4bc32768f47d294c1e0ed | |
parent | bb393d8259af8aec095e96d81624a16ed9f25005 [diff] [blame] |
patch 9.0.1040: test for <Cmd> mapping with CmdlineChanged fails Problem: Test for <Cmd> mapping with CmdlineChanged fails. Solution: Put back the check for the cmdline length not changing.
diff --git a/src/version.c b/src/version.c index bfa0c5d..5e0bf4f 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1040, +/**/ 1039, /**/ 1038,