neovim

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

test_alot.vim (737B)


      1 " A series of tests that can run in one Vim invocation.
      2 " This makes testing go faster, since Vim doesn't need to restart.
      3 
      4 source test_backup.vim
      5 source test_compiler.vim
      6 source test_ex_equal.vim
      7 source test_ex_undo.vim
      8 source test_ex_z.vim
      9 source test_ex_mode.vim
     10 source test_expand.vim
     11 source test_expand_func.vim
     12 source test_file_perm.vim
     13 source test_fnamemodify.vim
     14 source test_ga.vim
     15 source test_glob2regpat.vim
     16 source test_global.vim
     17 source test_move.vim
     18 source test_put.vim
     19 source test_reltime.vim
     20 source test_searchpos.vim
     21 source test_set.vim
     22 source test_shift.vim
     23 source test_sha256.vim
     24 source test_tabline.vim
     25 source test_tagcase.vim
     26 source test_tagfunc.vim
     27 source test_unlet.vim
     28 source test_version.vim
     29 source test_wnext.vim