mirror of
https://github.com/neovim/neovim.git
synced 2026-07-12 12:29:44 +00:00
Merge #4303 'vim-patch:7.4.{951,1143,1144}'.
This commit is contained in:
@@ -36,9 +36,12 @@ SCRIPTS := \
|
||||
test_breakindent.out \
|
||||
test_close_count.out \
|
||||
test_marks.out \
|
||||
test_match_conceal.out \
|
||||
|
||||
NEW_TESTS = test_viml.res
|
||||
# Tests using runtest.vim.vim.
|
||||
# Keep test_alot*.res as the last one, sort the others.
|
||||
NEW_TESTS = \
|
||||
test_viml.res \
|
||||
test_alot.res
|
||||
|
||||
SCRIPTS_GUI := test16.out
|
||||
|
||||
|
||||
3
src/nvim/testdir/test_alot.vim
Normal file
3
src/nvim/testdir/test_alot.vim
Normal file
@@ -0,0 +1,3 @@
|
||||
" A series of tests that can run in one Vim invocation.
|
||||
" This makes testing go faster, since Vim doesn't need to restart.
|
||||
|
||||
Reference in New Issue
Block a user