Skip to content

Commit 87bc3f7

Browse files
committed
patch 7.4.2315
Problem: Insufficient testing for Normal mode commands. Solution: Add a big test. (Christian Brabandt, closes #1029)
1 parent de653f0 commit 87bc3f7

4 files changed

Lines changed: 1999 additions & 1 deletion

File tree

src/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2109,8 +2109,9 @@ test_arglist \
21092109
test_matchadd_conceal_utf8 \
21102110
test_menu \
21112111
test_messages \
2112-
test_nested_function \
2112+
test_nested_function \
21132113
test_netbeans \
2114+
test_normal \
21142115
test_options \
21152116
test_packadd \
21162117
test_partial \

src/testdir/Make_all.mak

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ NEW_TESTS = test_arglist.res \
174174
test_matchadd_conceal.res \
175175
test_nested_function.res \
176176
test_netbeans.res \
177+
test_normal.res \
177178
test_packadd.res \
178179
test_perl.res \
179180
test_quickfix.res \

0 commit comments

Comments
 (0)