commit | 7c1cbb6cd437c6e0c3ccc05840cc931108b4a60a | [log] [tgz] |
---|---|---|
author | Luuk van Baal <luukvbaal@gmail.com> | Tue Sep 27 12:31:15 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 27 12:31:15 2022 +0100 |
tree | 6beeee2a32dd5f38a4aa2429c2573ad3a96658dc | |
parent | 7fc6c0e4dab4e80b9806a973936af54276468513 [diff] [blame] |
patch 9.0.0603: with 'nosplitscroll' folds are not handled correctly Problem: With 'nosplitscroll' folds are not handled correctly. Solution: Take care of closed folds when moving the cursor. (Luuk van Baal, closes #11234)
diff --git a/src/version.c b/src/version.c index 4304751..f6b8827 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 603, +/**/ 602, /**/ 601,