summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-12-18 12:28:59 +0000
committerBram Moolenaar <Bram@vim.org>2022-12-18 12:28:59 +0000
commitba2d19193201277397c25c1f5a134ea042542555 (patch)
treeadb4bef44960829754d2ef883ed302d8a96dda51 /src/version.c
parentb5328b46a79d1383fb1d7d193e7271efcf2f996a (diff)
patch 9.0.1072: screenpos() column result in fold may be too smallv9.0.1072
Problem: screenpos() column result in fold may be too small. Solution: Add space of 'number', sign column, etc. (closes #11715)
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 f80aeca913..91313cb3f3 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1072,
+/**/
1071,
/**/
1070,