comparison src/testdir/Make_all.mak @ 19713:8514e8b7e661 v8.2.0413

patch 8.2.0413: buffer menu does not handle special buffers properly Commit: https://github.com/vim/vim/commit/5e94a29ebbde10dd973d58f1adba9a2fc83877d1 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 19 18:46:57 2020 +0100 patch 8.2.0413: buffer menu does not handle special buffers properly Problem: Buffer menu does not handle special buffers properly. Solution: Keep a dictionary with buffer names to reliably keep track of entries. Also trigger BufFilePre and BufFilePost for command-line and terminal buffers when the name changes.
author Bram Moolenaar <Bram@vim.org>
date Thu, 19 Mar 2020 19:00:04 +0100
parents 6d3c683466f4
children 0208534b8a84
comparison
equal deleted inserted replaced
19712:714875349336 19713:8514e8b7e661
173 test_marks \ 173 test_marks \
174 test_match \ 174 test_match \
175 test_matchadd_conceal \ 175 test_matchadd_conceal \
176 test_matchadd_conceal_utf8 \ 176 test_matchadd_conceal_utf8 \
177 test_memory_usage \ 177 test_memory_usage \
178 test_method \
179 test_menu \ 178 test_menu \
180 test_messages \ 179 test_messages \
180 test_method \
181 test_mksession \ 181 test_mksession \
182 test_mksession_utf8 \ 182 test_mksession_utf8 \
183 test_modeline \ 183 test_modeline \
184 test_move \ 184 test_move \
185 test_nested_function \ 185 test_nested_function \
400 test_marks.res \ 400 test_marks.res \
401 test_match.res \ 401 test_match.res \
402 test_matchadd_conceal.res \ 402 test_matchadd_conceal.res \
403 test_matchadd_conceal_utf8.res \ 403 test_matchadd_conceal_utf8.res \
404 test_memory_usage.res \ 404 test_memory_usage.res \
405 test_menu.res \
405 test_messages.res \ 406 test_messages.res \
406 test_method.res \ 407 test_method.res \
407 test_mksession.res \ 408 test_mksession.res \
408 test_modeline.res \ 409 test_modeline.res \
409 test_nested_function.res \ 410 test_nested_function.res \