commit | c3a26c6bff666a368b0a22d35d2e00aa62770f8c | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Fri Feb 17 16:40:20 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 17 16:40:20 2023 +0000 |
tree | 2400277c548c98887d8620825c478f7d0c7f9543 | |
parent | 1d87e11a1ef201b26ed87585fba70182ad0c468a [diff] [blame] |
patch 9.0.1315: escaping for completion of map command not properly tested Problem: Escaping for completion of map command not properly tested. Solution: Add a few test cases. (closes #12009)
diff --git a/src/version.c b/src/version.c index c9a488b..47c43e2 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1315, +/**/ 1314, /**/ 1313,