1
0
forked from aniani/vim

patch 8.1.1934: not enough tests for text property popup window

Problem:    Not enough tests for text property popup window.
Solution:   Add a few more tests.
This commit is contained in:
Bram Moolenaar
2019-08-28 22:18:30 +02:00
parent 0522ba0359
commit bc2d4c1db6
7 changed files with 104 additions and 1 deletions

View File

@@ -1103,7 +1103,7 @@ popup_adjust_position(win_T *wp)
wantcol = screen_ecol + wantcol;
else
// left of the text
wantcol = screen_scol + wantcol - 1;
wantcol = screen_scol + wantcol - 2;
}
if (wp->w_popup_pos == POPPOS_CENTER)