0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

patch 8.1.1874: modeless selection in popup window overlaps scrollbar

Problem:    Modeless selection in popup window overlaps scrollbar.
Solution:   Subtract scrollbar from max_col. (closes #4773)
This commit is contained in:
Bram Moolenaar
2019-08-17 19:10:53 +02:00
parent df70775555
commit 4dd751b956
4 changed files with 11 additions and 7 deletions

View File

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