Bram Moolenaar | 597a422 | 2014-06-25 14:39:50 +0200 | [diff] [blame] | 1 | |
| 2 | abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP |
| 3 | |
| 4 | Test 1: Simple breakindent |
| 5 | abcd |
| 6 | qrst |
| 7 | GHIJ |
| 8 | |
| 9 | Test 2: Simple breakindent + sbr=>> |
| 10 | abcd |
| 11 | >>qr |
| 12 | >>EF |
| 13 | |
| 14 | Test 3: Simple breakindent + briopt:sbr |
| 15 | abcd |
| 16 | ++ qrst |
| 17 | ++ GHIJ |
| 18 | |
| 19 | Test 4: Simple breakindent + min width: 18 |
| 20 | abcd |
| 21 | qrstuv |
| 22 | IJKLMN |
| 23 | |
| 24 | Test 5: Simple breakindent + shift by 2 |
| 25 | abcd |
| 26 | qr |
| 27 | EF |
| 28 | |
| 29 | Test 6: Simple breakindent + shift by -1 |
| 30 | abcd |
| 31 | qrstu |
| 32 | HIJKL |
| 33 | |
| 34 | Test 7: breakindent + shift by +1 + nu + sbr=? briopt:sbr |
| 35 | 2 ab |
| 36 | ? m |
| 37 | ? x |
| 38 | |
| 39 | Test 8: breakindent + shift:1 + nu + sbr=# list briopt:sbr |
| 40 | 2 ^Iabcd |
| 41 | # opq |
| 42 | # BCD |
| 43 | |
| 44 | Test 9: breakindent + shift by +1 + 'nu' + sbr=# list |
| 45 | 2 ^Iabcd |
| 46 | #op |
| 47 | #AB |
| 48 | |
| 49 | Test 10: breakindent + shift by +1 + 'nu' + sbr=~ cpo+=n |
| 50 | 2 ab |
| 51 | ~ mn |
| 52 | ~ yz |
| 53 | |
| 54 | Test 11: strdisplaywidth when breakindent is on |
| 55 | strdisplaywidth: 46 == calculated: 64 |
Bram Moolenaar | baf0344 | 2014-11-27 14:09:13 +0100 | [diff] [blame] | 56 | { |
| 57 | |
| 58 | Test 12: breakindent + long indent |
| 59 | 56 |
| 60 | |
| 61 | ~ |
| 62 | Test 13: breakindent with wrapping Tab |
Bram Moolenaar | 9576508 | 2014-08-24 21:19:25 +0200 | [diff] [blame] | 63 | d |
| 64 | w |
Bram Moolenaar | 1dc9233 | 2015-01-27 13:22:20 +0100 | [diff] [blame] | 65 | |
| 66 | Test 14: breakindent + visual blockwise delete #1 |
| 67 | e |
| 68 | ~ |
| 69 | ~ |
| 70 | |
| 71 | Test 15: breakindent + visual blockwise delete #2 |
| 72 | 1234567890 |
| 73 | ~ |
| 74 | ~ |