1
0
forked from aniani/vim

patch 8.1.1866: modeless selection in GUI does not work properly

Problem:    Modeless selection in GUI does not work properly.
Solution:   Avoid going beyond the end of the line. (closes #4783)
This commit is contained in:
Bram Moolenaar
2019-08-16 23:09:11 +02:00
parent a3891681f7
commit d5cf89872e
2 changed files with 6 additions and 4 deletions

View File

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