From: Bram Moolenaar Date: Sat, 15 Jun 2019 11:13:54 +0000 (+0200) Subject: patch 8.1.1536: popup select test still fails on Mac X-Git-Tag: v8.1.1536 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1755ec4278ee6dccdbb8030fd5a4cf6054211f81;p=vim 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/testdir/test_popupwin.vim b/src/testdir/test_popupwin.vim index 79207c8b2..be86fdc54 100644 --- a/src/testdir/test_popupwin.vim +++ b/src/testdir/test_popupwin.vim @@ -328,6 +328,7 @@ func Test_popup_select() endif " create a popup with some text to be selected let lines =<< trim END + set clipboard=autoselect call setline(1, range(1, 20)) let winid = popup_create(['the word', 'some more', 'several words here'], { \ 'drag': 1, diff --git a/src/version.c b/src/version.c index 7d4d06d11..f379701ab 100644 --- a/src/version.c +++ b/src/version.c @@ -777,6 +777,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1536, /**/ 1535, /**/