We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 260cb2a commit 00a49afCopy full SHA for 00a49af
src/testdir/test_breakindent.vim
@@ -762,7 +762,7 @@ func Test_breakindent20_list()
762
" reset linebreak option
763
" Note: it indents by one additional
764
" space, because of the leading space.
765
- setl linebreak&vim list listchars+=space:_
+ setl linebreak&vim list listchars=eol:$,space:_
766
redraw!
767
let expect = [
768
\ "__1.__Congress_shall",
@@ -775,7 +775,7 @@ func Test_breakindent20_list()
775
let lines = s:screen_lines2(1, 6, 20)
776
call s:compare_lines(expect, lines)
777
778
- call s:close_windows('set breakindent& briopt& linebreak&')
+ call s:close_windows('set breakindent& briopt& linebreak& list& listchars&')
779
endfunc
780
781
" vim: shiftwidth=2 sts=2 expandtab
0 commit comments