blob: a2330ecb90f129176159e4a518e96f0cef1bdaf8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
" Test for options
" opt_test.vim is generated from src/optiondefs.h and runtime/doc/options.txt
" using gen_opt_test.vim
if filereadable('opt_test.vim')
source opt_test.vim
else
func Test_set_values()
throw 'Skipped: opt_test.vim does not exist'
endfunc
endif
" vim: shiftwidth=2 sts=2 expandtab
|