comparison src/Makefile @ 10896:d513b653f5d0 v8.0.0337

patch 8.0.0337: invalid memory access in :recover command commit https://github.com/vim/vim/commit/c525e3a1c20f6b5d9809c8b84f80090a8e416c92 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 18 16:59:02 2017 +0100 patch 8.0.0337: invalid memory access in :recover command Problem: Invalid memory access in :recover command. Solution: Avoid access before directory name. (Dominique Pelle, closes #1488)
author Christian Brabandt <cb@256bit.org>
date Sat, 18 Feb 2017 17:00:05 +0100
parents 5780bd3a5a7e
children a0c2c6d51b1a
comparison
equal deleted inserted replaced
10895:c391bfbdb452 10896:d513b653f5d0
2175 test_python2 \ 2175 test_python2 \
2176 test_python3 \ 2176 test_python3 \
2177 test_pyx2 \ 2177 test_pyx2 \
2178 test_pyx3 \ 2178 test_pyx3 \
2179 test_quickfix \ 2179 test_quickfix \
2180 test_recover \
2180 test_regexp_latin \ 2181 test_regexp_latin \
2181 test_regexp_utf8 \ 2182 test_regexp_utf8 \
2182 test_reltime \ 2183 test_reltime \
2183 test_retab \ 2184 test_retab \
2184 test_ruby \ 2185 test_ruby \