diff src/testdir/test_breakindent.in @ 6162:e60327caf909 v7.4.417

updated for version 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.
author Bram Moolenaar <bram@vim.org>
date Sun, 24 Aug 2014 21:39:49 +0200
parents 735bd597a8ff
children 72d5a533ec87
line wrap: on
line diff
--- a/src/testdir/test_breakindent.in
+++ b/src/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()