patch 7.4.1975
Problem: On MS-Windows large files (> 2Gbyte) cause problems.
Solution: Use "off_T" instead of "off_t". Use "stat_T" instead of "struct
stat". Use 64 bit system functions if available. (Ken Takata)
diff --git a/src/Makefile b/src/Makefile
index 3577cc2..668f900 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2034,7 +2034,9 @@
test_increment_dbcs \
test_join \
test_json \
+ test_jumps \
test_langmap \
+ test_largefile \
test_lispwords \
test_man \
test_matchadd_conceal \
@@ -2054,6 +2056,7 @@
test_searchpos \
test_set \
test_sort \
+ test_stat \
test_statusline \
test_syn_attr \
test_syntax \