comparison src/Makefile @ 10883:cb71a5468aca v8.0.0331

patch 8.0.0331: restoring help snapshot accesses freed memory commit https://github.com/vim/vim/commit/343b8c042967da82f2f022afa31f2c97a264c1c8 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 17 12:04:56 2017 +0100 patch 8.0.0331: restoring help snapshot accesses freed memory Problem: Restoring help snapshot accesses freed memory. (Dominique Pelle) Solution: Don't restore a snapshot when the window closes.
author Christian Brabandt <cb@256bit.org>
date Fri, 17 Feb 2017 12:15:05 +0100
parents 678edb254216
children 5780bd3a5a7e
comparison
equal deleted inserted replaced
10882:2ef6f4092d68 10883:cb71a5468aca
2130 test_glob2regpat \ 2130 test_glob2regpat \
2131 test_gn \ 2131 test_gn \
2132 test_goto \ 2132 test_goto \
2133 test_gui \ 2133 test_gui \
2134 test_hardcopy \ 2134 test_hardcopy \
2135 test_help \
2135 test_help_tagjump \ 2136 test_help_tagjump \
2136 test_hide \ 2137 test_hide \
2137 test_history \ 2138 test_history \
2138 test_hlsearch \ 2139 test_hlsearch \
2139 test_increment \ 2140 test_increment \