view src/testdir/test_listlbr_utf8.ok @ 7287:6fcadba9ec7a v7.4.949

commit https://github.com/vim/vim/commit/32a214e78df0120f92fe049eab1385c60f0cdb0b Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 3 14:29:02 2015 +0100 patch 7.4.949 Problem: When using 'colorcolumn' and there is a sign with a fullwidth character the highlighting is wrong. (Andrew Stewart) Solution: Only increment vcol when in the right state. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Thu, 03 Dec 2015 14:30:04 +0100
parents 8ebcd7f1ff5b
children 6170f4945b83
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!
Test 8: set linebreak with visual block mode and v_b_A and selection=exclusive and multibyte char
long line: foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar TARGETÃx' at end

a b c
a b c

Test 9: a multibyte sign and colorcolumn
  ¶                                     
+a b c¶                                
  a b c¶                                
ScreenAttributes for test9:
Line: 50 ['0', '0', '72', '0']
Line: 51 ['0', '0', '72', '0']
Screen attributes are the same!