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:
@@ -2111,6 +2111,7 @@ test_arglist \
|
|||||||
test_messages \
|
test_messages \
|
||||||
test_nested_function \
|
test_nested_function \
|
||||||
test_netbeans \
|
test_netbeans \
|
||||||
|
test_normal \
|
||||||
test_options \
|
test_options \
|
||||||
test_packadd \
|
test_packadd \
|
||||||
test_partial \
|
test_partial \
|
||||||
|
@@ -174,6 +174,7 @@ NEW_TESTS = test_arglist.res \
|
|||||||
test_matchadd_conceal.res \
|
test_matchadd_conceal.res \
|
||||||
test_nested_function.res \
|
test_nested_function.res \
|
||||||
test_netbeans.res \
|
test_netbeans.res \
|
||||||
|
test_normal.res \
|
||||||
test_packadd.res \
|
test_packadd.res \
|
||||||
test_perl.res \
|
test_perl.res \
|
||||||
test_quickfix.res \
|
test_quickfix.res \
|
||||||
|
1994
src/testdir/test_normal.vim
Normal file
1994
src/testdir/test_normal.vim
Normal file
File diff suppressed because it is too large
Load Diff
@@ -763,6 +763,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
2315,
|
||||||
/**/
|
/**/
|
||||||
2314,
|
2314,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user