diff options
| author | Bram Moolenaar <Bram@vim.org> | 2016-09-03 17:33:54 +0200 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2016-09-03 17:33:54 +0200 |
| commit | 87bc3f74598ae8c648957e5755000cc6cdbc89ce (patch) | |
| tree | e67339a7b08df326739cdb1ae0cc08e2f14d2951 /src/testdir/Make_all.mak | |
| parent | de653f08805dde14424d417502a0480a6ad292f8 (diff) | |
| download | vim-git-87bc3f74598ae8c648957e5755000cc6cdbc89ce.tar.gz | |
patch 7.4.2315v7.4.2315
Problem: Insufficient testing for Normal mode commands.
Solution: Add a big test. (Christian Brabandt, closes #1029)
Diffstat (limited to 'src/testdir/Make_all.mak')
| -rw-r--r-- | src/testdir/Make_all.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index 658585fd5..b038605fb 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak @@ -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 \ |
