comparison src/testdir/Make_all.mak @ 8907:5deb9e8f4292 v7.4.1740

commit https://github.com/vim/vim/commit/4d585022023b96f6507e8cae5ed8fc8d926f5140 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 14 19:50:22 2016 +0200 patch 7.4.1740 Problem: syn-cchar defined with matchadd() does not appear if there are no other syntax definitions which matches buffer text. Solution: Check for startcol. (Ozaki Kiichi, haya14busa, closes https://github.com/vim/vim/issues/757)
author Christian Brabandt <cb@256bit.org>
date Thu, 14 Apr 2016 20:00:07 +0200
parents 318eaa6fa973
children f7fb117883ba
comparison
equal deleted inserted replaced
8906:8645ad15934e 8907:5deb9e8f4292
102 test_insertcount.out \ 102 test_insertcount.out \
103 test_listchars.out \ 103 test_listchars.out \
104 test_listlbr.out \ 104 test_listlbr.out \
105 test_mapping.out \ 105 test_mapping.out \
106 test_marks.out \ 106 test_marks.out \
107 test_match_conceal.out \
108 test_nested_function.out \ 107 test_nested_function.out \
109 test_options.out \ 108 test_options.out \
110 test_ruby.out \ 109 test_ruby.out \
111 test_search_mbyte.out \ 110 test_search_mbyte.out \
112 test_signs.out \ 111 test_signs.out \
162 # Tests for the GUI. 161 # Tests for the GUI.
163 SCRIPTS_GUI = test16.out 162 SCRIPTS_GUI = test16.out
164 163
165 164
166 # Tests using runtest.vim.vim. 165 # Tests using runtest.vim.vim.
167 # Keep test_alot.res as the last one, sort the others. 166 # Keep test_alot*.res as the last one, sort the others.
168 NEW_TESTS = test_arglist.res \ 167 NEW_TESTS = test_arglist.res \
169 test_assert.res \ 168 test_assert.res \
170 test_backspace_opt.res \ 169 test_backspace_opt.res \
171 test_cdo.res \ 170 test_cdo.res \
172 test_channel.res \ 171 test_channel.res \
173 test_hardcopy.res \ 172 test_hardcopy.res \
174 test_history.res \ 173 test_history.res \
175 test_increment.res \ 174 test_increment.res \
176 test_json.res \ 175 test_json.res \
177 test_langmap.res \ 176 test_langmap.res \
177 test_matchadd_conceal.res \
178 test_packadd.res \ 178 test_packadd.res \
179 test_perl.res \ 179 test_perl.res \
180 test_quickfix.res \ 180 test_quickfix.res \
181 test_syntax.res \ 181 test_syntax.res \
182 test_viminfo.res \ 182 test_viminfo.res \