Files
neovim/test
neovim-backports[bot] 6ae6cf5d61 fix(float): don't unload 'hidden' float buffer with :close! (#39304)
Problem:  When closing floating windows to close a tabpage, if the current
          buffer will unload, buffers contained in those floating windows
          will too (unexpectedly).
Solution: Don't pass along "free_buf" argument; check 'bufhidden' for
          the buffer in the to be closed float.
(cherry picked from commit 5b0ad4a060)

Co-authored-by: luukvbaal <luukvbaal@gmail.com>
2026-04-22 08:18:03 -04:00
..