Skip to content

Commit 00a49af

Browse files
committed
fix failing test
1 parent 260cb2a commit 00a49af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/testdir/test_breakindent.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ func Test_breakindent20_list()
762762
" reset linebreak option
763763
" Note: it indents by one additional
764764
" space, because of the leading space.
765-
setl linebreak&vim list listchars+=space:_
765+
setl linebreak&vim list listchars=eol:$,space:_
766766
redraw!
767767
let expect = [
768768
\ "__1.__Congress_shall",
@@ -775,7 +775,7 @@ func Test_breakindent20_list()
775775
let lines = s:screen_lines2(1, 6, 20)
776776
call s:compare_lines(expect, lines)
777777

778-
call s:close_windows('set breakindent& briopt& linebreak&')
778+
call s:close_windows('set breakindent& briopt& linebreak& list& listchars&')
779779
endfunc
780780

781781
" vim: shiftwidth=2 sts=2 expandtab

0 commit comments

Comments
 (0)