summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-07-01 17:17:39 +0200
committerBram Moolenaar <Bram@vim.org>2016-07-01 17:17:39 +0200
commit8767f52fbfd4f053ce00a978227c95f1d7d323fe (patch)
treeac0cb33815d6e9d41f9b7a6b4ee4335e6076feaa /src/Makefile
parent4a6c670b844a3ef9aec865a8216eaf363bab8721 (diff)
downloadvim-8767f52fbfd4f053ce00a978227c95f1d7d323fe.zip
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)
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 3577cc2de..668f90080 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2034,7 +2034,9 @@ test_arglist \
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_arglist \
test_searchpos \
test_set \
test_sort \
+ test_stat \
test_statusline \
test_syn_attr \
test_syntax \