blob: bf1232a223474ae0267e5310faff181de53cebf5 [file] [log] [blame]
Bram Moolenaarefa304d2014-04-01 14:08:28 +02001Test for ":options".
2
3STARTTEST
4:so small.vim
5:let caught = 'ok'
6:try
7 :options
8:catch
9 :let caught = v:throwpoint . "\n" . v:exception
10:endtry
11:buf 1
12:$put =caught
13:/^result/,$w! test.out
14:qa!
15ENDTEST
16
17result