comparison src/Makefile @ 10633:91444fa276eb v8.0.0206

patch 8.0.0206: test coverage for :retab insufficient commit https://github.com/vim/vim/commit/8822744b4d9d40aa1fd59870a8bdd7c64c59a42b Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 17 22:16:00 2017 +0100 patch 8.0.0206: test coverage for :retab insufficient Problem: Test coverage for :retab insufficient. Solution: Add test for :retab. (Dominique Pelle, closes https://github.com/vim/vim/issues/1391)
author Christian Brabandt <cb@256bit.org>
date Tue, 17 Jan 2017 22:30:03 +0100
parents fb9c28aca006
children 94db9c08e206
comparison
equal deleted inserted replaced
10632:e81ab6925e7e 10633:91444fa276eb
2152 test_profile \ 2152 test_profile \
2153 test_quickfix \ 2153 test_quickfix \
2154 test_regexp_latin \ 2154 test_regexp_latin \
2155 test_regexp_utf8 \ 2155 test_regexp_utf8 \
2156 test_reltime \ 2156 test_reltime \
2157 test_retab \
2157 test_ruby \ 2158 test_ruby \
2158 test_search \ 2159 test_search \
2159 test_searchpos \ 2160 test_searchpos \
2160 test_set \ 2161 test_set \
2161 test_signs \ 2162 test_signs \