diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-01-17 22:16:00 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-01-17 22:16:00 +0100 |
commit | 8822744b4d9d40aa1fd59870a8bdd7c64c59a42b (patch) | |
tree | f3258d1a844a92aef79a2a52a19156211ff485f4 /src/testdir/Make_all.mak | |
parent | 5e4e1b12998b1ed99138cad1c5da4d430f798547 (diff) | |
download | vim-8822744b4d9d40aa1fd59870a8bdd7c64c59a42b.zip |
patch 8.0.0206: test coverage for :retab insufficient
Problem: Test coverage for :retab insufficient.
Solution: Add test for :retab. (Dominique Pelle, closes #1391)
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 5b9c5724c..e0da1b408 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak @@ -177,6 +177,7 @@ NEW_TESTS = test_arglist.res \ test_perl.res \ test_profile.res \ test_quickfix.res \ + test_retab.res \ test_ruby.res \ test_search.res \ test_signs.res \ |