mirror of
https://github.com/neovim/neovim.git
synced 2026-01-24 21:56:03 +00:00
Problem: Using setbufvar() may change the window title.
Solution: Do not redraw when creating the autocommand window. (closes vim/vim#9613)
dff97e65eb
Co-authored-by: Bram Moolenaar <Bram@vim.org>