summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorLuuk van Baal <luukvbaal@gmail.com>2023-05-06 12:53:50 +0100
committerBram Moolenaar <Bram@vim.org>2023-05-06 12:53:50 +0100
commitb926bf47d61360a4ec5e4867714a08d70fd49965 (patch)
tree9517e3efd8bcf94d6d561e6f3f78a6f5a1a64258 /src/version.c
parentc8502f9b880b6d23baa4f9d28b60e1ceb442e35f (diff)
downloadvim-git-b926bf47d61360a4ec5e4867714a08d70fd49965.tar.gz
patch 9.0.1513: text scrolls unnecessarily when splittingv9.0.1513
Problem: Text scrolls unnecessarily when splitting and 'splitkeep' is not "cursor". Solution: Avoid resetting w_skipcol. (Luuk van Baal, closes #12334)
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 08f213a10..2665b0395 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 */
/**/
+ 1513,
+/**/
1512,
/**/
1511,