neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

test_options_all.vim (309B)


      1 " 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
      5 if filereadable('opt_test.vim')
      6  source opt_test.vim
      7 else
      8  func Test_set_values()
      9    throw 'Skipped: opt_test.vim does not exist'
     10  endfunc
     11 endif
     12 
     13 " vim: shiftwidth=2 sts=2 expandtab