commit | d1955987147a299d7bca30cd1b5792535ff0745c | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Wed Oct 05 11:24:46 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 05 11:24:46 2022 +0100 |
tree | 3c91f4e3d131baeeb744a2623c2a850ed226cfd6 | |
parent | 75008661821eee6989476908feaf64a9dea03e05 [diff] [blame] |
patch 9.0.0663: tests check for +cmdwin feature which is always present Problem: Tests check for +cmdwin feature which is always present. Solution: Remove the checks. (closes #11287)
diff --git a/src/version.c b/src/version.c index 540ea37..61f2fd2 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 663, +/**/ 662, /**/ 661,