comparison src/Makefile @ 12164:5d82470552ce v8.0.0962

patch 8.0.0962: crash with virtualedit and joining lines commit https://github.com/vim/vim/commit/9aa156912867c05e0a6480925afe11c590378f09 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 19 15:05:32 2017 +0200 patch 8.0.0962: crash with virtualedit and joining lines Problem: Crash with virtualedit and joining lines. (Joshua T Corbin, Neovim https://github.com/vim/vim/issues/6726) Solution: When using a mark check that coladd is valid.
author Christian Brabandt <cb@256bit.org>
date Sat, 19 Aug 2017 15:15:03 +0200
parents 7d7835ab8b37
children b9b06aa0b6d9
comparison
equal deleted inserted replaced
12163:ffe3a2b3fa78 12164:5d82470552ce
2272 test_usercommands \ 2272 test_usercommands \
2273 test_utf8 \ 2273 test_utf8 \
2274 test_utf8_comparisons \ 2274 test_utf8_comparisons \
2275 test_viminfo \ 2275 test_viminfo \
2276 test_vimscript \ 2276 test_vimscript \
2277 test_virtualedit \
2277 test_visual \ 2278 test_visual \
2278 test_window_cmd \ 2279 test_window_cmd \
2279 test_window_id \ 2280 test_window_id \
2280 test_writefile \ 2281 test_writefile \
2281 test_alot_latin \ 2282 test_alot_latin \