commit | 0b49648486c5857047433c11d0871f79b53613a5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 30 14:21:57 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 30 14:21:57 2021 +0200 |
tree | 8f2a25fe20fe25e86b61d5b08003d80286aa90ff | |
parent | e0a7658bc8048aa29ff5c26b377dc5c6816fe422 [diff] [blame] |
patch 8.2.2910: test for cmdline window and terminal fails on MS-Windows Problem: Test for cmdline window and terminal fails on MS-Windows. Solution: Skip the test on MS-Windows.
diff --git a/src/version.c b/src/version.c index 2950047..8440b82 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2910, +/**/ 2909, /**/ 2908,