1
0
forked from aniani/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"
This commit is contained in:
Bram Moolenaar
2019-06-15 13:13:54 +02:00
parent 650a63748c
commit 1755ec4278
2 changed files with 3 additions and 0 deletions

View File

@@ -328,6 +328,7 @@ func Test_popup_select()
endif endif
" create a popup with some text to be selected " create a popup with some text to be selected
let lines =<< trim END let lines =<< trim END
set clipboard=autoselect
call setline(1, range(1, 20)) call setline(1, range(1, 20))
let winid = popup_create(['the word', 'some more', 'several words here'], { let winid = popup_create(['the word', 'some more', 'several words here'], {
\ 'drag': 1, \ 'drag': 1,

View File

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