comparison src/Makefile @ 11105:7c7e496e625d v8.0.0440

patch 8.0.0440: not enough test coverage in Insert mode commit https://github.com/vim/vim/commit/eb992cb90fd79c77ad2743459ac898e6ac3de939 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 9 18:20:16 2017 +0100 patch 8.0.0440: not enough test coverage in Insert mode Problem: Not enough test coverage in Insert mode. Solution: Add lots of tests. Add test_override(). (Christian Brabandt, closes #1521)
author Christian Brabandt <cb@256bit.org>
date Thu, 09 Mar 2017 18:30:07 +0100
parents 9266a6852676
children e2258e86d8e1
comparison
equal deleted inserted replaced
11104:c6f6c6262418 11105:7c7e496e625d
2109 test_delete \ 2109 test_delete \
2110 test_diffmode \ 2110 test_diffmode \
2111 test_digraph \ 2111 test_digraph \
2112 test_functions \ 2112 test_functions \
2113 test_display \ 2113 test_display \
2114 test_edit \
2114 test_ex_undo \ 2115 test_ex_undo \
2115 test_execute_func \ 2116 test_execute_func \
2116 test_expand \ 2117 test_expand \
2117 test_expand_dllpath \ 2118 test_expand_dllpath \
2118 test_expr \ 2119 test_expr \