commit | bc2d4c1db6d47f6d04412bb5f94b52e444faebc8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 28 22:18:30 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 28 22:18:30 2019 +0200 |
tree | 4bae08a8052e6083ba8b5831ba5d42f7c53def65 | |
parent | 0522ba0359c96a8c2a4fc8fca0d3b58e49dda759 [diff] [blame] |
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.
diff --git a/src/popupwin.c b/src/popupwin.c index bf12055..4dadee6 100644 --- a/src/popupwin.c +++ b/src/popupwin.c
@@ -1103,7 +1103,7 @@ 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)