]> granicus.if.org Git - vim/commit
patch 8.2.4208: using setbufvar() may change the window title v8.2.4208
authorBram Moolenaar <Bram@vim.org>
Mon, 24 Jan 2022 20:00:55 +0000 (20:00 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 24 Jan 2022 20:00:55 +0000 (20:00 +0000)
commitdff97e65eb1bb24c44c2b7430a480888d8afb3f4
tree68e5fc1a4ce83826c7933cdbf91abb4bf497a894
parent50e05254450954f04183efc7bc871527a67868b8
patch 8.2.4208: using setbufvar() may change the window title

Problem:    Using setbufvar() may change the window title.
Solution:   Do not redraw when creating the autocommand window. (closes #9613)
src/autocmd.c
src/testdir/test_functions.vim
src/version.c