comparison src/Makefile @ 10751:27b42717662b v8.0.0265

patch 8.0.0265: may get ml_get error when :pydo deletes lines commit https://github.com/vim/vim/commit/a58883b4ea0bbb813fd4dd7eb49dd6f03e3e5387 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 29 21:31:09 2017 +0100 patch 8.0.0265: may get ml_get error when :pydo deletes lines Problem: May get ml_get error when :pydo deletes lines or switches to another buffer. (Nikolai Pavlov, issue https://github.com/vim/vim/issues/1421) Solution: Check the buffer and line every time.
author Christian Brabandt <cb@256bit.org>
date Sun, 29 Jan 2017 21:45:04 +0100
parents ae1c6bf22e5f
children 6c3d42d18366
comparison
equal deleted inserted replaced
10750:bc18332a39a1 10751:27b42717662b
2166 test_paste \ 2166 test_paste \
2167 test_perl \ 2167 test_perl \
2168 test_popup \ 2168 test_popup \
2169 test_profile \ 2169 test_profile \
2170 test_put \ 2170 test_put \
2171 test_python2 \
2172 test_python3 \
2171 test_pyx2 \ 2173 test_pyx2 \
2172 test_pyx3 \ 2174 test_pyx3 \
2173 test_quickfix \ 2175 test_quickfix \
2174 test_regexp_latin \ 2176 test_regexp_latin \
2175 test_regexp_utf8 \ 2177 test_regexp_utf8 \