commit | 2256c9947164229c0960803e2a2992b793c23298 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 15 21:17:07 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 15 21:17:07 2016 +0100 |
tree | ad1265aed9b47a658d0f46b9b237b0c6a7b9b593 | |
parent | 8a01f969c198eeb655ad2f96f2796a6f6f4a1924 [diff] [blame] |
patch 8.0.0086 Problem: Cannot add a comment after ":hide". (Norio Takagi) Solution: Make it work, add a test. (Hirohito Higashi)
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index a8ea543..1c0c715 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak
@@ -156,6 +156,7 @@ test_gn.res \ test_gui.res \ test_hardcopy.res \ + test_hide.res \ test_history.res \ test_hlsearch.res \ test_increment.res \