commit | dff97e65eb1bb24c44c2b7430a480888d8afb3f4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 24 20:00:55 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 24 20:00:55 2022 +0000 |
tree | 68e5fc1a4ce83826c7933cdbf91abb4bf497a894 | |
parent | 50e05254450954f04183efc7bc871527a67868b8 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 6703e8f..3b7cddd 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4208, +/**/ 4207, /**/ 4206,