patch 8.0.0135
Problem:    An address relative to the current line, ":.,+3y", does not work
            properly on a closed fold. (Efraim Yawitz)
Solution:   Correct for including the closed fold. (Christian Brabandt)
diff --git a/src/Makefile b/src/Makefile
index d6a5ba4..4b29ae1 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2106,6 +2106,7 @@
 	test_filter_map \
 	test_fnameescape \
 	test_fnamemodify \
+	test_fold \
 	test_glob2regpat \
 	test_gf \
 	test_gn \