summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-11-09 15:33:31 +0100
committerBram Moolenaar <Bram@vim.org>2019-11-09 15:33:31 +0100
commit4dd8fe0b4f49ec267640fb457672452825b11df0 (patch)
tree1c25bc51db2251b5df692baf450ebab4dca74aea /src/version.c
parent34059e7b67ae8a58dc2471b309afe05d9dde760f (diff)
downloadvim-git-4dd8fe0b4f49ec267640fb457672452825b11df0.tar.gz
patch 8.1.2273: wrong default when "pos" is changed with popup_atcursor()v8.1.2273
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)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 77b3a8a48..6b6d661bc 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2273,
+/**/
2272,
/**/
2271,