view src/testdir/test_listlbr_utf8.ok @ 6627:43f444efe6a2 v7.4.639

updated for version 7.4.639 Problem: Combination of linebreak and conceal doesn't work well. Solution: Fix the display problems. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Tue, 17 Feb 2015 17:26:10 +0100
parents 70793fedd25a
children 8ebcd7f1ff5b
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;    
~                   
~                   
~                   
#define ABCDE		1
#define ABCDEF		1
#define ABCDEFG		1
#define ABCDEFGH	1
#define MSG_MODE_FILE			1
#define MSG_MODE_CONSOLE		2
#define MSG_MODE_FILE_AND_CONSOLE	3
#define MSG_MODE_FILE_THEN_CONSOLE	4

Test 4: set linebreak list listchars and concealing
#define ABCDE>-->---1                   
#define >CDEF>-->---1                   
#define >CDEFG>->---1                   
#define >CDEFGH>----1                   
#define >_FILE>--------->--->---1       
#define >_CONSOLE>---------->---2       
#define >_FILE_AND_CONSOLE>---------3   
bbeeeeee		;	some text

Test 5: set linebreak list listchars and concealing part2
eeeeee>--->-;>some text                 
Test 6: Screenattributes for comment
 /*		 and some more */
ScreenAttributes for test6:
Attribut 0 and 1 and 3 and 5 are different!