view src/testdir/test_listlbr.ok @ 10674:d6857a8dc07e v8.0.0227

patch 8.0.0227: crash with ff=dos when first line in file has no CR commit https://github.com/vim/vim/commit/2aa5f696b91a51f29873e340de4bdc182e1e8dd4 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 24 15:46:48 2017 +0100 patch 8.0.0227: crash with ff=dos when first line in file has no CR Problem: Crash when 'fileformat' is forced to "dos" and the first line in the file is empty and does not have a CR character. Solution: Don't check for CR before the start of the buffer.
author Christian Brabandt <cb@256bit.org>
date Tue, 24 Jan 2017 16:00:05 +0100
parents 68f2cac6b0db
children
line wrap: on
line source


	abcdef hijklmn	pqrstuvwxyz_1060ABCDEFGHIJKLMNOP 

Test 1: set linebreak
    abcdef          
+hijklmn            
+pqrstuvwxyz_1060ABC
+DEFGHIJKLMNOP      

Test 2: set linebreak + set list
^Iabcdef hijklmn^I  
+pqrstuvwxyz_1060ABC
+DEFGHIJKLMNOP      
                    

Test 3: set linebreak nolist
    abcdef          
+hijklmn            
+pqrstuvwxyz_1060ABC
+DEFGHIJKLMNOP      
1	aaaaaaaaaaaaaaaaaa

Test 4: set linebreak with tab and 1 line as long as screen: should break!
1                   
+aaaaaaaaaaaaaaaaaa 
~                   
~                   
_S_	 bla

Test 5: set linebreak with conceal and set list and tab displayed by different char (line may not be truncated)
Sabbbbbb bla        
~                   
~                   
~                   
Test 6: set linebreak with visual block mode
this not
aaaaaaaaaaaaa
REMOVE: 
REMOVE: 
Test 7: set linebreak with visual block mode and v_b_A
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 TARGETx at end
Test 8: set linebreak with visual char mode and changing block
1111-2222-1111-11-1111-2222-1111
Test 9: using redo after block visual mode

AaA
AaA
A
Test 10: using normal commands after block-visual

abcdpqrs
Test 11: using block replace mode after wrapping
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa0aaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa0aaa
Test 12: set linebreak list listchars=space:_,tab:>-,tail:-,eol:$
a aaaaaaaaaaaaaaaaaaaaaa	a 

Test 12: set linebreak list listchars=space:_,tab:>-,tail:-,eol:$
a_                  
aaaaaaaaaaaaaaaaaaaa
aa>-----a-$         
~