commit | b926bf47d61360a4ec5e4867714a08d70fd49965 | [log] [tgz] |
---|---|---|
author | Luuk van Baal <luukvbaal@gmail.com> | Sat May 06 12:53:50 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 06 12:53:50 2023 +0100 |
tree | 9517e3efd8bcf94d6d561e6f3f78a6f5a1a64258 | |
parent | c8502f9b880b6d23baa4f9d28b60e1ceb442e35f [diff] [blame] |
patch 9.0.1513: text scrolls unnecessarily when splitting Problem: Text scrolls unnecessarily when splitting and 'splitkeep' is not "cursor". Solution: Avoid resetting w_skipcol. (Luuk van Baal, closes #12334)
diff --git a/src/version.c b/src/version.c index 08f213a..2665b03 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1513, +/**/ 1512, /**/ 1511,