diff options
| author | Scott Prager <splinterofchaos@gmail.com> | 2014-10-11 19:29:38 -0400 |
|---|---|---|
| committer | Scott Prager <splinterofchaos@gmail.com> | 2014-11-12 15:37:56 -0500 |
| commit | c92e649a1ef9846ec86b09acc8d92f30b1c1d5db (patch) | |
| tree | d2d2c5432bab036cdeacd7460c0b4266da44c8a7 /src/nvim/testdir | |
| parent | 24ebb018e28187c61900b1616e4f79fec9d70878 (diff) | |
| download | rneovim-c92e649a1ef9846ec86b09acc8d92f30b1c1d5db.tar.gz rneovim-c92e649a1ef9846ec86b09acc8d92f30b1c1d5db.tar.bz2 rneovim-c92e649a1ef9846ec86b09acc8d92f30b1c1d5db.zip | |
vim-patch:7.4.417
Problem: After splitting a window and setting 'breakindent' the default
minimum with is not respected.
Solution: Call briopt_check() when copying options to a new window.
https://code.google.com/p/vim/source/detail?r=v7-4-417
Diffstat (limited to 'src/nvim/testdir')
| -rw-r--r-- | src/nvim/testdir/test_breakindent.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_breakindent.in b/src/nvim/testdir/test_breakindent.in index 79e25f79de..150c9430db 100644 --- a/src/nvim/testdir/test_breakindent.in +++ b/src/nvim/testdir/test_breakindent.in @@ -27,6 +27,7 @@ STARTTEST : $put =g:line1 : wincmd p :endfu +:set briopt=min:0 :let g:test="Test 1: Simple breakindent" :let line1=ScreenChar(8) :call DoRecordScreen() |