summaryrefslogtreecommitdiff
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-11-15 21:17:07 +0100
committerBram Moolenaar <Bram@vim.org>2016-11-15 21:17:07 +0100
commit2256c9947164229c0960803e2a2992b793c23298 (patch)
treead1265aed9b47a658d0f46b9b237b0c6a7b9b593 /src/testdir/Make_all.mak
parent8a01f969c198eeb655ad2f96f2796a6f6f4a1924 (diff)
downloadvim-git-2256c9947164229c0960803e2a2992b793c23298.tar.gz
patch 8.0.0086v8.0.0086
Problem: Cannot add a comment after ":hide". (Norio Takagi) Solution: Make it work, add a test. (Hirohito Higashi)
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r--src/testdir/Make_all.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
index a8ea54318..1c0c7157e 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -156,6 +156,7 @@ NEW_TESTS = test_arglist.res \
test_gn.res \
test_gui.res \
test_hardcopy.res \
+ test_hide.res \
test_history.res \
test_hlsearch.res \
test_increment.res \