patch 7.4.941
Problem:    There is no way to ignore case only for tag searches.
Solution:   Add the 'tagcase' option. (Gary Johnson)
diff --git a/src/Makefile b/src/Makefile
index 90b2f0c..ab1014f 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1930,6 +1930,7 @@
 	test_search_mbyte \
 	test_set \
 	test_signs \
+	test_tagcase \
 	test_textobjects \
 	test_utf8 \
 	test_writefile \