2015-12-03 16:33:12 +01:00
|
|
|
" A series of tests that can run in one Vim invocation.
|
|
|
|
|
" This makes testing go faster, since Vim doesn't need to restart.
|
|
|
|
|
|
2016-01-02 21:31:39 +01:00
|
|
|
source test_backspace_opt.vim
|
2016-01-15 15:37:20 +01:00
|
|
|
source test_cursor_func.vim
|
2016-01-16 21:27:23 +01:00
|
|
|
source test_delete.vim
|
2016-01-16 21:50:51 +01:00
|
|
|
source test_expand.vim
|
2016-01-25 22:20:27 +01:00
|
|
|
source test_glob2regpat.vim
|
2016-01-23 19:46:28 +01:00
|
|
|
source test_json.vim
|
2015-12-03 16:54:53 +01:00
|
|
|
source test_lispwords.vim
|
2016-01-03 23:31:24 +01:00
|
|
|
source test_menu.vim
|
2016-02-07 21:19:28 +01:00
|
|
|
source test_reltime.vim
|
2015-12-28 19:20:36 +01:00
|
|
|
source test_searchpos.vim
|
2016-01-01 14:48:20 +01:00
|
|
|
source test_set.vim
|
2015-12-03 16:33:12 +01:00
|
|
|
source test_sort.vim
|
2015-12-03 16:54:53 +01:00
|
|
|
source test_undolevels.vim
|
2016-01-04 22:05:24 +01:00
|
|
|
source test_unlet.vim
|