blob: a2330ecb90f129176159e4a518e96f0cef1bdaf8 [file] [log] [blame]
Milly6eca04e2024-10-21 22:20:51 +02001" Test for options
2
3" opt_test.vim is generated from src/optiondefs.h and runtime/doc/options.txt
4" using gen_opt_test.vim
5if filereadable('opt_test.vim')
6 source opt_test.vim
7else
8 func Test_set_values()
9 throw 'Skipped: opt_test.vim does not exist'
10 endfunc
11endif
12
13" vim: shiftwidth=2 sts=2 expandtab