commit | 46b54747c5d252c584571a321231bad9330018ec | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 06 15:46:49 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 06 15:46:49 2022 +0100 |
tree | a49d7e0157563f453167d5a7bc0e766918f8042b | |
parent | 9bab7a024393200bb2c03b3abddfda86436990a7 [diff] [blame] |
patch 9.0.0673: first line wong with 'smoothscroll' and 'scrolloff' zero Problem: First line not scrolled properly with 'smoothscroll' and 'scrolloff' zero and using "k". Solution: Make sure the cursor position is visible.
diff --git a/src/version.c b/src/version.c index 4d8b40f..f168982 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 673, +/**/ 672, /**/ 671,