test_options_all.vim 309 B

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