commit | ba2d19193201277397c25c1f5a134ea042542555 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Sun Dec 18 12:28:59 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 18 12:28:59 2022 +0000 |
tree | adb4bef44960829754d2ef883ed302d8a96dda51 | |
parent | b5328b46a79d1383fb1d7d193e7271efcf2f996a [diff] [blame] |
patch 9.0.1072: screenpos() column result in fold may be too small Problem: screenpos() column result in fold may be too small. Solution: Add space of 'number', sign column, etc. (closes #11715)
diff --git a/src/version.c b/src/version.c index f80aeca..91313cb 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1072, +/**/ 1071, /**/ 1070,