forked from aniani/vim
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)
This commit is contained in:
@@ -2113,7 +2113,8 @@ typedef enum {
|
||||
POPPOS_TOPLEFT,
|
||||
POPPOS_BOTRIGHT,
|
||||
POPPOS_TOPRIGHT,
|
||||
POPPOS_CENTER
|
||||
POPPOS_CENTER,
|
||||
POPPOS_NONE
|
||||
} poppos_T;
|
||||
|
||||
typedef enum {
|
||||
|
Reference in New Issue
Block a user