commit | faf1d412f5e3665021500b528c0e7301eb02bf0b | [log] [tgz] |
---|---|---|
author | Luuk van Baal <luukvbaal@gmail.com> | Mon Sep 19 16:45:29 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 19 16:45:29 2022 +0100 |
tree | 353052c0b1c65f95ea4413856fb977d1d93d7f6c | |
parent | c9e4a6f1910dea250af69a3774bcf1fee7e7b8f5 [diff] [blame] |
patch 9.0.0505: various problems with 'nosplitscroll' Problem: Various problems with 'nosplitscroll'. Solution: Fix 'nosplitscroll' problems. (Luuk van Baal, closes #11166)
diff --git a/src/version.c b/src/version.c index a8e0151..9de0676 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 505, +/**/ 504, /**/ 503,