view src/testdir/test_listlbr.ok @ 6049:7b3248267575 v7.4.364

updated for version 7.4.364 Problem: When the viminfo file can't be renamed there is no error message. (Vladimir Berezhnoy) Solution: Check for the rename to fail.
author Bram Moolenaar <bram@vim.org>
date Wed, 09 Jul 2014 21:18:04 +0200
parents d42a1d3b74d4
children 50575818a97f
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 + set list + fancy listchars
▕———abcdef          
+hijklmn▕———        
+pqrstuvwxyz␣1060ABC
+DEFGHIJKLMNOPˑ¶    

Test 4: set linebreak nolist
    abcdef          
+hijklmn            
+pqrstuvwxyz 1060ABC
+DEFGHIJKLMNOP      

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

1	aaaaaaaaaaaaaaaaaa

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