Patch 8.2.0202
Problem: When 'lazyredraw' is set the window title may not be updated.
Solution: Set "do_redraw" before entering the main loop. (Jason Franklin)
Files: src/main.c
*** ../vim-8.2.0201/src/main.c 2020-01-26 15:52:33.023833239 +0100
--- src/main.c 2020-02-03 21:25:25.752616769 +0100
***************
*** 893,898 ****
--- 893,902 ----
}
#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");
/*
*** ../vim-8.2.0201/src/version.c 2020-02-03 20:50:55.672929674 +0100
--- src/version.c 2020-02-03 21:26:52.796269774 +0100
***************
*** 744,745 ****
--- 744,747 ----
{ /* Add new patch number below this line */
+ /**/
+ 202,
/**/
--
How To Keep A Healthy Level Of Insanity:
12. Sing along at the opera.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202002032030.013KU4ao023999%40masaka.moolenaar.net.