commit | 13ece2ae1d09009d3fb8acf858c288e7848ecdac | [log] [tgz] |
---|---|---|
author | Luuk van Baal <luukvbaal@gmail.com> | Mon Oct 03 15:28:08 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 03 15:28:08 2022 +0100 |
tree | 8c157431840de281782b06d8572adf41085f617e | |
parent | 6b2d4ff7148e0b416ba745d20d061e6f7bb53ee7 [diff] [blame] |
patch 9.0.0647: the 'splitscroll' option is not a good name Problem: The 'splitscroll' option is not a good name. Solution: Rename 'splitscroll' to 'splitkeep' and make it a string option, also supporting "topline". (Luuk van Baal, closes #11258)
diff --git a/src/version.c b/src/version.c index 22d431c..4c73092 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 647, +/**/ 646, /**/ 645,