neovim/runtime/lua
github-actions[bot] 785baceaee
fix(ui): close floating window on BufLeave event (#16664)
When buffer is visible in two splits simultaneously, BufHidden event is
not triggered, causing the floating window to remain on screen after
switching to another buffer.

Remove BufHidden event from close_events defaults, and close the window
if we changed the buffer to something other than the buffer that spawned
the floating window or the floating window buffer itself.
2021-12-15 08:12:35 -07:00
..
vim fix(ui): close floating window on BufLeave event (#16664) 2021-12-15 08:12:35 -07:00
health.lua feat(runtime/health): support lua healthchecks 2021-10-04 14:28:54 -05:00
man.lua man.vim: Handle ANSI escape sequences with ":" #10267 2019-06-30 15:25:49 +02:00