mirror of
https://github.com/neovim/neovim.git
synced 2026-08-03 22:28:43 +00:00
Problem: 'title' is updated when changing the name of a non-current
buffer with nvim_buf_set_name().
Solution: Set RedrawingDisabled when renaming the buffer.
(cherry picked from commit 96fc7c150f)