diff options
author | Luuk van Baal <luukvbaal@gmail.com> | 2023-04-26 13:11:33 +0200 |
---|---|---|
committer | Luuk van Baal <luukvbaal@gmail.com> | 2023-05-02 13:11:46 +0200 |
commit | a43b28a34c568eb3e280e75a81424f80f0ed980b (patch) | |
tree | c154890e31947200ae696773b184016178d35b14 /test | |
parent | d6050e9bda7f8b080c577100ae94e017dc146c88 (diff) | |
download | rneovim-a43b28a34c568eb3e280e75a81424f80f0ed980b.tar.gz rneovim-a43b28a34c568eb3e280e75a81424f80f0ed980b.tar.bz2 rneovim-a43b28a34c568eb3e280e75a81424f80f0ed980b.zip |
vim-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.
https://github.com/vim/vim/commit/406b5d89e18742ac6e6256ffc72fb70a27f0148b
Co-authored-by: Bram Moolenaar <Bram@vim.org>
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/legacy/scroll_opt_spec.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/functional/legacy/scroll_opt_spec.lua b/test/functional/legacy/scroll_opt_spec.lua index 20976089e2..ddbeca1a30 100644 --- a/test/functional/legacy/scroll_opt_spec.lua +++ b/test/functional/legacy/scroll_opt_spec.lua @@ -49,7 +49,7 @@ describe('smoothscroll', function() | ]] local s2 = [[ - word word word word word word word word | + <<<d word word word word word word word | word word word word | line three | long word long word long word long word | @@ -63,7 +63,7 @@ describe('smoothscroll', function() | ]] local s3 = [[ - word word word word | + <<<d word word word | line three | long word long word long word long word | long word long word long word | @@ -91,7 +91,7 @@ describe('smoothscroll', function() | ]] local s5 = [[ - word word word word | + <<<d word word word | line three | long word long word long word long word | long word long word long word | @@ -105,7 +105,7 @@ describe('smoothscroll', function() | ]] local s6 = [[ - word word word word word word word word | + <<<d word word word word word word word | word word word word | line three | long word long word long word long word | |