commit | 650a63748c349bbb60adb912273e9bedd2b677c5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 15 00:29:33 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 15 00:29:33 2019 +0200 |
tree | e1f2c72e884eebfcb4da88862727e865b3cb0663 | |
parent | bd75b5333d10e63f7a667d4b65e80d309435629e [diff] [blame] |
patch 8.1.1535: popup select test fails on Mac Problem: Popup select test fails on Mac. Solution: Skip test if clipboard feature not available.
diff --git a/src/version.c b/src/version.c index 851cd5f..7d4d06d 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1535, +/**/ 1534, /**/ 1533,