1
0
forked from aniani/vim

patch 8.1.1534: modeless selection in popup window selects too much

Problem:    Modeless selection in popup window selects too much.
Solution:   Restrict the selection to insde of the popup window.
This commit is contained in:
Bram Moolenaar
2019-06-14 23:41:55 +02:00
parent 2fc39aeeb5
commit bd75b5333d
6 changed files with 197 additions and 47 deletions

View File

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