view src/testdir/test_listlbr_utf8.ok @ 6100:76e7fb736c0e v7.4.388

updated for version 7.4.388 Problem: With 'linebreak' set and 'list' unset a Tab is not counted properly. (Kent Sibilev) Solution: Check the 'list' option. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Wed, 30 Jul 2014 16:44:22 +0200
parents 50575818a97f
children 70793fedd25a
line wrap: on
line source


	abcdef hijklmn	pqrstuvwxyz 1060ABCDEFGHIJKLMNOP 

Test 1: set linebreak + set list + fancy listchars
▕———abcdef          
+hijklmn▕———        
+pqrstuvwxyz␣1060ABC
+DEFGHIJKLMNOPˑ¶    

Test 2: set nolinebreak list
▕———abcdef hijklmn▕—
+pqrstuvwxyz␣1060ABC
+DEFGHIJKLMNOPˑ¶    

	*mask = nil;

Test 3: set linebreak nolist
    *mask = nil;    
~                   
~                   
~