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/version.c b/src/version.c index 77b3a8a..6b6d661 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2273, +/**/ 2272, /**/ 2271,