mirror of
https://github.com/vim/vim.git
synced 2025-09-30 04:44:14 -04:00
patch 8.2.0202: when 'lazyredraw' is set the window title may not be updated
Problem: When 'lazyredraw' is set the window title may not be updated. Solution: Set "do_redraw" before entering the main loop. (Jason Franklin)
This commit is contained in:
@@ -893,6 +893,10 @@ vim_main2(void)
|
||||
}
|
||||
#endif
|
||||
|
||||
// Redraw at least once, also when 'lazyredraw' is set, to make sure the
|
||||
// window title gets updated.
|
||||
do_redraw = TRUE;
|
||||
|
||||
TIME_MSG("before starting main loop");
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user