blob: 115d50dd9da984e66d2fc1c11c37c2878b37c490 [file] [log] [blame]
Test for various eval features.
STARTTEST
:so small.vim
:"
:" test getreg()
/^one
"ay3j:$put =string(getreg('a'))
:$put =string(getreg('a', 1, 1))
:"
:/^result/,$w! test.out
:qa!
ENDTEST
one
two
three
four
five
result