blob: 6e56fa24271eae0b4680c6174f43e89dce4658ad [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
Bram Moolenaar17467472015-11-10 17:50:24 +010013:"
14:" Test that changing 'path' keeps two commas.
15:set path=foo,,bar
16:set path-=bar
17:set path+=bar
18:$put =&path
Bram Moolenaarefa304d2014-04-01 14:08:28 +020019:/^result/,$w! test.out
20:qa!
21ENDTEST
22
23result