summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-10-15 13:42:17 +0100
committerBram Moolenaar <Bram@vim.org>2022-10-15 13:42:17 +0100
commiteb4de629315f2682d8b314462d02422ec98d751a (patch)
tree8e560e33e3fdf9a596a265c04f5b6d2bbfddf8f0 /src/version.c
parent4ccaedfcd7526983f4b6b3b06b0bfb54f333f1f3 (diff)
downloadvim-git-eb4de629315f2682d8b314462d02422ec98d751a.tar.gz
patch 9.0.0757: line number not visisble with 'smoothscroll', 'nu' and 'rnu'v9.0.0757
Problem: Line number not visisble with 'smoothscroll', 'nu' and 'rnu'. Solution: Put the ">>>" after the line number instead of on top.
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 d987d915f..3211c530c 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 */
/**/
+ 757,
+/**/
756,
/**/
755,