diff options
author | Felipe Morales <hel.sheep@gmail.com> | 2015-06-20 17:16:10 -0300 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-08-22 13:48:48 -0400 |
commit | be29de1fa2b2dde54f4e43bc12d8bb7a46845308 (patch) | |
tree | b88e02308a4dbcc9fbef948935a33473da010fcc /src/nvim/testdir/test_breakindent.in | |
parent | 105a72eabc6f74195b6319471344148726683b9d (diff) | |
download | rneovim-be29de1fa2b2dde54f4e43bc12d8bb7a46845308.tar.gz rneovim-be29de1fa2b2dde54f4e43bc12d8bb7a46845308.tar.bz2 rneovim-be29de1fa2b2dde54f4e43bc12d8bb7a46845308.zip |
defaults: set 'listchars' to "tab:> ,trail:-,nbsp:+". #2872
Re: https://github.com/neovim/neovim/issues/2676
Diffstat (limited to 'src/nvim/testdir/test_breakindent.in')
-rw-r--r-- | src/nvim/testdir/test_breakindent.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_breakindent.in b/src/nvim/testdir/test_breakindent.in index 5c6ec4d927..b05aef7f8d 100644 --- a/src/nvim/testdir/test_breakindent.in +++ b/src/nvim/testdir/test_breakindent.in @@ -57,7 +57,7 @@ STARTTEST :let line1=ScreenChar(line('.'),10) :call DoRecordScreen() :let g:test=" Test 8: breakindent + shift:1 + nu + sbr=# list briopt:sbr" -:set briopt=shift:1,sbr,min:0 nu sbr=# list +:set briopt=shift:1,sbr,min:0 nu sbr=# list lcs&vi :let line1=ScreenChar(line('.'),10) :call DoRecordScreen() :let g:test=" Test 9: breakindent + shift by +1 + 'nu' + sbr=# list" |