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/Makefile b/src/Makefile
index 5c788cc..c519a30 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2097,6 +2097,7 @@
 	test_gui \
 	test_hardcopy \
 	test_help_tagjump \
+	test_hide \
 	test_history \
 	test_hlsearch \
 	test_increment \