summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-10-10 19:50:42 +0100
committerBram Moolenaar <Bram@vim.org>2022-10-10 19:50:42 +0100
commitcd105417a53fcf97c0935f3468201ef11516c9f1 (patch)
treeb1682f82a1ea256a9968579c1c1d6c4bd4c96c42 /src/version.c
parent801cd35e7e3b21e519e12a1610ee1d721e40893e (diff)
downloadvim-git-9.0.0716.tar.gz
patch 9.0.0716: with 'nowrap' virtual text "after" does not scroll leftv9.0.0716
Problem: With 'nowrap' virtual text "after" does not scroll left. Solution: Skip part of the virtual text that is left of the window. (closes #11320) Fix going beyond the last column of the window.
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 564d69d8d..bfdd1faec 100644
--- a/src/version.c
+++ b/src/version.c
@@ -700,6 +700,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 716,
+/**/
715,
/**/
714,