commit | 5ed391708a62b4ebaa84dd23e32a416e5c3383d9 | [log] [tgz] |
---|---|---|
author | Luuk van Baal <luukvbaal@gmail.com> | Tue Sep 13 11:55:10 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 13 11:55:10 2022 +0100 |
tree | 5ce6783463667a55db3ca42833b14293d5916def | |
parent | 810cb5a3bf73ff4b084f483aa87cd49c1111bfa9 [diff] [blame] |
patch 9.0.0455: a few problems with 'splitscroll' Problem: A few problems with 'splitscroll'. Solution: Fix 'splitscroll' problems. (Luuk van Baal, closes #11117)
diff --git a/src/version.c b/src/version.c index 9208d6a..3b143a4 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 455, +/**/ 454, /**/ 453,