1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2022-04-18 19:16:55 +01:00
parent 3aca0916f0
commit 861fcee8de
2 changed files with 4 additions and 1 deletions

View File

@@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4786,
/**/
4785,
/**/