commit | 1755ec4278ee6dccdbb8030fd5a4cf6054211f81 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 15 13:13:54 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 15 13:13:54 2019 +0200 |
tree | 746939a7d00de08fe9c09cf4969ac95280b13b92 | |
parent | 650a63748c349bbb60adb912273e9bedd2b677c5 [diff] [blame] |
patch 8.1.1536: popup select test still fails on Mac Problem: Popup select test still fails on Mac. Solution: Set 'clipboard' to "autoselect"
diff --git a/src/version.c b/src/version.c index 7d4d06d..f379701 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1536, +/**/ 1535, /**/ 1534,