commit | 4dd8fe0b4f49ec267640fb457672452825b11df0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 09 15:33:31 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 09 15:33:31 2019 +0100 |
tree | 1c25bc51db2251b5df692baf450ebab4dca74aea | |
parent | 34059e7b67ae8a58dc2471b309afe05d9dde760f [diff] [blame] |
patch 8.1.2273: wrong default when "pos" is changed with popup_atcursor() Problem: Wrong default when "pos" is changed with popup_atcursor(). Solution: Adjust the default line and col when "pos" is not the default value. (#5151)
diff --git a/src/structs.h b/src/structs.h index 124b059..fd3a1d0 100644 --- a/src/structs.h +++ b/src/structs.h
@@ -2113,7 +2113,8 @@ POPPOS_TOPLEFT, POPPOS_BOTRIGHT, POPPOS_TOPRIGHT, - POPPOS_CENTER + POPPOS_CENTER, + POPPOS_NONE } poppos_T; typedef enum {