commit | 406b5d89e18742ac6e6256ffc72fb70a27f0148b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 03 16:44:12 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 03 16:44:12 2022 +0100 |
tree | 709c1f3edf5a459bd4f13cee7e759096b53c46c8 | |
parent | 0a016671b96ae7d27926e9d36dc11945c8f5749d [diff] [blame] |
patch 9.0.0649: no indication the first line is broken for 'smoothscroll' Problem: No indication when the first line is broken for 'smoothscroll'. Solution: Show "<<<" in the first line.
diff --git a/src/version.c b/src/version.c index 7a5d495..24ca413 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 649, +/**/ 648, /**/ 647,