Bram Moolenaar | ba6e858 | 2012-12-12 18:20:32 +0100 | [diff] [blame] | 1 | , foo |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2 | keyword keyword |
| 3 | all your base |
| 4 | are belong to vim |
| 5 | 1 2 3 4 5 7 |
| 6 | 'i' <-- should be 3 ' ' |
| 7 | 'C' <-- should be 3 ' ' |
| 8 | 'a' <-- should be 4 ' ' |
| 9 | 'A'<-- should be 0 ' ' |
| 10 | 'D' <-- 'D' should be intact |
| 11 | this is a test |
| 12 | this is a test |
| 13 | this is a test |
| 14 | "r" x<-- should be 'x' |
Bram Moolenaar | 684d409 | 2015-01-07 14:02:52 +0100 | [diff] [blame] | 15 | "r" x <-- should be ' x ' |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 16 | [This line should contain only the text between the brackets.] |
| 17 | v i m <-- should show the name of a noted text editor |
| 18 | 6 . 0 <-- and its version number |
| 19 | |
| 20 | a |
| 21 | a |
| 22 | a |
| 23 | |