vim-patch:8.2.2399: fold test fails in wide terminal

Problem:    Fold test fails in wide terminal.
Solution:   Adjust the test. (Dominique Pelle, closes vim/vim#7731, closes vim/vim#7739)
7cf0c114d6
This commit is contained in:
Jan Edmund Lazo
2021-01-24 14:15:28 -05:00
parent 2ce7e4e8a7
commit 69d1094271

View File

@@ -827,7 +827,7 @@ func Test_fold_relative_move()
set fdm=indent sw=2 wrap tw=80 set fdm=indent sw=2 wrap tw=80
let content = [ ' foo', ' bar', ' baz', let content = [ ' foo', ' bar', ' baz',
\ repeat('x', 100), \ repeat('x', &columns + 1),
\ ' foo', ' bar', ' baz' \ ' foo', ' bar', ' baz'
\ ] \ ]
call append(0, content) call append(0, content)