diff options
author | Luuk van Baal <luukvbaal@gmail.com> | 2023-05-06 12:53:50 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2023-05-06 12:53:50 +0100 |
commit | b926bf47d61360a4ec5e4867714a08d70fd49965 (patch) | |
tree | 9517e3efd8bcf94d6d561e6f3f78a6f5a1a64258 /src/version.c | |
parent | c8502f9b880b6d23baa4f9d28b60e1ceb442e35f (diff) | |
download | vim-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.c | 2 |
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, |