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