| Tests for string text objects. vim: set ft=vim : | |
| STARTTEST | |
| :so small.vim | |
| /^start:/ | |
| da" | |
| 0va'a'rx | |
| 02f`da` | |
| 0fXdi" | |
| 03f'vi'ry | |
| :set quoteescape=+*- | |
| di` | |
| $F"va"oha"i"rz | |
| :/^start:/,/^end:/wq! test.out | |
| ENDTEST | |
| start: "wo\"rd\\" foo | |
| 'foo' 'bar' 'piep' | |
| bla bla `quote` blah | |
| out " in "noXno" | |
| "'" 'blah' rep 'buh' | |
| bla `s*`d-`+++`l**` b`la | |
| voo "nah" sdf " asdf" sdf " sdf" sd | |
| end: |