mirror of
https://github.com/neovim/neovim.git
synced 2026-03-20 15:39:43 +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.