commit | 861fcee8de19a694de413dd28e0ebe80010f0b4f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 18 19:16:55 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 18 19:16:55 2022 +0100 |
tree | 8437d73a3d7be8569f0ef08f07fb9e58cf56d9de | |
parent | 3aca0916f0dba6114ae0f7d5458763a934fe7a02 [diff] [blame] |
patch 8.2.4786: test for win_gotoid() in Visual mode fails on Mac Problem: Test for win_gotoid() in Visual mode fails on Mac. Solution: Skip the test on MacOS.
diff --git a/src/version.c b/src/version.c index f3f8812..9d3a9b5 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4786, +/**/ 4785, /**/ 4784,