blob: 115d50dd9da984e66d2fc1c11c37c2878b37c490 [file] [log] [blame]
Bram Moolenaarb7cb42b2014-04-02 19:55:10 +02001Test for various eval features.
2
3STARTTEST
4:so small.vim
5:"
6:" test getreg()
7/^one
8"ay3j:$put =string(getreg('a'))
9:$put =string(getreg('a', 1, 1))
10:"
11:/^result/,$w! test.out
12:qa!
13ENDTEST
14
15one
16two
17three
18four
19five
20
21result