commit | 21829c5f2c86cd525c8468121b4fc54c5d75bf6e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 26 22:42:21 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 26 22:42:21 2021 +0100 |
tree | 41396772eb831dd5c7d774d3a98016b640d7bda5 | |
parent | b7e2670b6a1de02c772af5097ba24f2a15b26eec [diff] [blame] |
patch 8.2.2415: no way to check for the cmdwin feature Problem: No way to check for the cmdwin feature, cmdline_hist is now always enabled. Solution: Add has('cmdwin') support. Skip arglist test on Windows temporarily.
diff --git a/src/version.c b/src/version.c index 071a36e..24a1d7f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2415, +/**/ 2414, /**/ 2413,