diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-07-05 17:33:23 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2022-10-15 16:28:31 +0800 |
commit | 65cbe0cc35c07a929152b86e78717efa4ba155da (patch) | |
tree | 527878b9cd94c7901d87f35a7bf49521235e52a9 /runtime/lua/vim/lsp/protocol.lua | |
parent | e26b48bde6e116eb288893454d2876cdad2db1f9 (diff) | |
download | rneovim-65cbe0cc35c07a929152b86e78717efa4ba155da.tar.gz rneovim-65cbe0cc35c07a929152b86e78717efa4ba155da.tar.bz2 rneovim-65cbe0cc35c07a929152b86e78717efa4ba155da.zip |
vim-patch:8.1.0342: crash when a callback deletes a window that is being used
Problem: Crash when a callback deletes a window that is being used.
Solution: Do not unload a buffer that is being displayed while redrawing the
screen. Also avoid invoking callbacks while redrawing.
(closes vim/vim#2107)
https://github.com/vim/vim/commit/94f01956a583223dafe24135489d0ab1100ab0ad
Omit parse_queued_messages(): N/A.
Cherry-pick a break statement from patch 8.1.0425.
Diffstat (limited to 'runtime/lua/vim/lsp/protocol.lua')
0 files changed, 0 insertions, 0 deletions