comparison src/Makefile @ 9867:86f73f026a9a v7.4.2208

commit https://github.com/vim/vim/commit/2d1a248762f069e470acde389ff4686a45d2f817 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 14 15:32:11 2016 +0200 patch 7.4.2208 Problem: Test for mappings is old style. Solution: Convert the test to new style.
author Christian Brabandt <cb@256bit.org>
date Sun, 14 Aug 2016 15:45:05 +0200
parents 3e96d9ed2ca1
children bff8a09016a5
comparison
equal deleted inserted replaced
9866:a6874bce6264 9867:86f73f026a9a
2026 test_getcwd \ 2026 test_getcwd \
2027 test_insertcount \ 2027 test_insertcount \
2028 test_listchars \ 2028 test_listchars \
2029 test_listlbr \ 2029 test_listlbr \
2030 test_listlbr_utf8 \ 2030 test_listlbr_utf8 \
2031 test_mapping \
2032 test_marks \ 2031 test_marks \
2033 test_nested_function \ 2032 test_nested_function \
2034 test_search_mbyte \ 2033 test_search_mbyte \
2035 test_tagcase \ 2034 test_tagcase \
2036 test_utf8 \ 2035 test_utf8 \
2092 test_lambda \ 2091 test_lambda \
2093 test_langmap \ 2092 test_langmap \
2094 test_largefile \ 2093 test_largefile \
2095 test_lispwords \ 2094 test_lispwords \
2096 test_man \ 2095 test_man \
2096 test_mapping \
2097 test_match \ 2097 test_match \
2098 test_matchadd_conceal \ 2098 test_matchadd_conceal \
2099 test_matchadd_conceal_utf8 \ 2099 test_matchadd_conceal_utf8 \
2100 test_menu \ 2100 test_menu \
2101 test_messages \ 2101 test_messages \