view src/testdir/test_breakindent.ok @ 9735:8037eb704e93 v7.4.2143

commit https://github.com/vim/vim/commit/bc7ce675b2d1c9fb58c067eff3edd59abc30aba4 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Aug 1 22:49:22 2016 +0200 patch 7.4.2143 Problem: A funccal is garbage collected while it can still be used. Solution: Set copyID in all referenced functions. Do not list lambda functions with ":function".
author Christian Brabandt <cb@256bit.org>
date Mon, 01 Aug 2016 23:00:07 +0200
parents f9d02ce2f745
children
line wrap: on
line source


	abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP

Test 1: Simple breakindent
    abcd
    qrst
    GHIJ

Test 2: Simple breakindent + sbr=>>
    abcd
    >>qr
    >>EF

Test 3: Simple breakindent + briopt:sbr
    abcd
++  qrst
++  GHIJ

Test 4: Simple breakindent + min width: 18
    abcd
  qrstuv
  IJKLMN

 Test 5: Simple breakindent + shift by 2
    abcd
      qr
      EF

 Test 6: Simple breakindent + shift by -1
    abcd
   qrstu
   HIJKL

 Test 7: breakindent + shift by +1 + nu + sbr=? briopt:sbr
  2     ab
?        m
?        x

 Test 8: breakindent + shift:1 + nu + sbr=# list briopt:sbr
  2 ^Iabcd
#      opq
#      BCD

 Test 9: breakindent + shift by +1 + 'nu' + sbr=# list
  2 ^Iabcd
       #op
       #AB

 Test 10: breakindent + shift by +1 + 'nu' + sbr=~ cpo+=n
  2     ab
~       mn
~       yz

 Test 11: strdisplaywidth when breakindent is on
strdisplaywidth: 46 == calculated: 64
					{

 Test 12: breakindent + long indent
56        
          
~         
Test 13: breakindent with wrapping Tab
d
w

Test 14: breakindent + visual blockwise delete #1
e       
~       
~       

Test 15: breakindent + visual blockwise delete #2
        1234567890  
~                   
~