aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_breakindent.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/testdir/test_breakindent.in')
-rw-r--r--src/nvim/testdir/test_breakindent.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_breakindent.in b/src/nvim/testdir/test_breakindent.in
index 0b00c95a85..ad12d0074d 100644
--- a/src/nvim/testdir/test_breakindent.in
+++ b/src/nvim/testdir/test_breakindent.in
@@ -81,7 +81,7 @@ STARTTEST
:" https://groups.google.com/d/msg/vim_dev/ZOdg2mc9c9Y/TT8EhFjEy0IJ
:only
:vert 20new
-:set all& nocp breakindent briopt=min:10
+:set all& breakindent briopt=min:10
:call setline(1, [" a\tb\tc\td\te", " z y x w v"])
:/^\s*a
fbgjyl:let line1 = @0