mirror of
https://github.com/neovim/neovim.git
synced 2026-05-26 23:08:36 +00:00
Problem: "use_float" in the if-condition causes a new buffer to be generated on every execution. Solution: - Remove the incorrect use_float check from the condition. - Use buf_clear to properly clear the existing buffer.