commit | 97a19005e1a9cecc2c114affbecaf61177844fa4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 01 22:15:44 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 01 22:15:44 2020 +0100 |
tree | 22ef9aaf665b09ef6630771498e5b627e0c402fc | |
parent | 3b6d57f2ce87dc5a4b1a50e1b0fd2aeaf72faae2 [diff] [blame] |
patch 8.2.1940: Vim9: browse modifier test fails on Mac Problem: Vim9: browse modifier test fails on Mac. Solution: Only test when the +browse feature is available.
diff --git a/src/version.c b/src/version.c index b4ef5a9..42830bc 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1940, +/**/ 1939, /**/ 1938,