comparison src/Makefile @ 9898:bff8a09016a5 v7.4.2223

commit https://github.com/vim/vim/commit/d3c907b5d2b352482b580a0cf687cbbea4c19ea1 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 17 21:32:09 2016 +0200 patch 7.4.2223 Problem: Buffer overflow when using latin1 character with feedkeys(). Solution: Check for an illegal character. Add a test.
author Christian Brabandt <cb@256bit.org>
date Wed, 17 Aug 2016 21:45:07 +0200
parents 86f73f026a9a
children 1ed0cab95f9a
comparison
equal deleted inserted replaced
9897:9d1354639a36 9898:bff8a09016a5
2112 test_ruby \ 2112 test_ruby \
2113 test_searchpos \ 2113 test_searchpos \
2114 test_set \ 2114 test_set \
2115 test_signs \ 2115 test_signs \
2116 test_sort \ 2116 test_sort \
2117 test_source_utf8 \
2117 test_startup \ 2118 test_startup \
2118 test_startup_utf8 \ 2119 test_startup_utf8 \
2119 test_stat \ 2120 test_stat \
2120 test_statusline \ 2121 test_statusline \
2121 test_syn_attr \ 2122 test_syn_attr \