1
0
forked from aniani/vim

patch 7.4.2315

Problem:    Insufficient testing for Normal mode commands.
Solution:   Add a big test. (Christian Brabandt, closes #1029)
This commit is contained in:
Bram Moolenaar
2016-09-03 17:33:54 +02:00
parent de653f0880
commit 87bc3f7459
4 changed files with 1999 additions and 1 deletions

View File

@@ -2109,8 +2109,9 @@ test_arglist \
test_matchadd_conceal_utf8 \
test_menu \
test_messages \
test_nested_function \
test_nested_function \
test_netbeans \
test_normal \
test_options \
test_packadd \
test_partial \

View File

@@ -174,6 +174,7 @@ NEW_TESTS = test_arglist.res \
test_matchadd_conceal.res \
test_nested_function.res \
test_netbeans.res \
test_normal.res \
test_packadd.res \
test_perl.res \
test_quickfix.res \

1994
src/testdir/test_normal.vim Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -763,6 +763,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2315,
/**/
2314,
/**/