comparison src/testdir/Make_os2.mak @ 7266:6ba7182fb7bd v7.4.941

commit https://github.com/vim/vim/commit/0f6562e9036f889185dff49a75c7fc5ffb28b307 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 24 18:48:14 2015 +0100 patch 7.4.941 Problem: There is no way to ignore case only for tag searches. Solution: Add the 'tagcase' option. (Gary Johnson)
author Christian Brabandt <cb@256bit.org>
date Tue, 24 Nov 2015 19:00:06 +0100
parents 64e30831fa42
children 4b4ac70f5173
comparison
equal deleted inserted replaced
7265:b985668725fa 7266:6ba7182fb7bd
65 test_qf_title.out \ 65 test_qf_title.out \
66 test_ruby.out \ 66 test_ruby.out \
67 test_search_mbyte.out \ 67 test_search_mbyte.out \
68 test_set.out \ 68 test_set.out \
69 test_signs.out \ 69 test_signs.out \
70 test_tagcase.out \
70 test_textobjects.out \ 71 test_textobjects.out \
71 test_utf8.out 72 test_utf8.out
72 73
73 SCRIPTS_BENCH = bench_re_freeze.out 74 SCRIPTS_BENCH = bench_re_freeze.out
74 75