1 This is a test of 'virtualedit'.
9 :" Insert "keyword keyw", ESC, C CTRL-N, shows "keyword ykeyword".
10 :" Repeating CTRL-N fixes it. (Mary Ellen Foster)
14 :" Using "C" then then <CR> moves the last remaining character to the next
15 :" line. (Mary Ellen Foster)
17 C
\rare belong to vim
\e
19 :" When past the end of a line that ends in a single character "b" skips
23 :" Make sure 'i' works
24 $4li<-- should be 3 ' '
\e
26 :" Make sure 'C' works
27 $4lC<-- should be 3 ' '
\e
29 :" Make sure 'a' works
30 $4la<-- should be 4 ' '
\e
32 :" Make sure 'A' works
33 $4lA<-- should be 0 ' '
\e
35 :" Make sure 'D' works
36 $4lDi<-- 'D' should be intact
\e
38 :" Test for yank bug reported by Mark Waggoner.
42 :" Test "r" beyond the end of the line
45 $5lrxa<-- should be 'x'
\e
47 :" Test to make sure 'x' can delete control characters
49 ^xxxxxxi[This line should contain only the text between the brackets.]
\e
52 :" Test for ^Y/^E due to bad w_virtcol value, reported by
53 :" Roy <royl@netropolis.net>.
54 ^O
\e3li
\x05\e4li
\x05\e4li
\x05 <-- should show the name of a noted text editor
\e
55 ^o
\e4li
\x19\e4li
\x19\e4li
\x19 <-- and its version number
\e-dd
60 all your base are belong to us