changeset 17073:89753fdfab85 v8.1.1536

patch 8.1.1536: popup select test still fails on Mac commit https://github.com/vim/vim/commit/1755ec4278ee6dccdbb8030fd5a4cf6054211f81 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 15 13:13:54 2019 +0200 patch 8.1.1536: popup select test still fails on Mac Problem: Popup select test still fails on Mac. Solution: Set 'clipboard' to "autoselect"
author Bram Moolenaar <Bram@vim.org>
date Sat, 15 Jun 2019 13:15:06 +0200
parents f948bd505764
children a86c4ae3192a
files src/testdir/test_popupwin.vim src/version.c
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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,
--- a/src/version.c
+++ b/src/version.c
@@ -778,6 +778,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1536,
+/**/
     1535,
 /**/
     1534,