mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 15:21:47 +00:00
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.
406b5d89e1
Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
@@ -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 |
|
||||
|
Reference in New Issue
Block a user