mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 9.0.0318: clearing screen causes flicker
Problem: Clearing screen causes flicker. Solution: Do not clear but redraw in more cases. Add () to "wait_return".
This commit is contained in:
@@ -3095,7 +3095,7 @@ write_viminfo(char_u *file, int forceit)
|
||||
{
|
||||
int tt = msg_didany;
|
||||
|
||||
// avoid a wait_return for this message, it's annoying
|
||||
// avoid a wait_return() for this message, it's annoying
|
||||
semsg(_(e_viminfo_file_is_not_writable_str), fname);
|
||||
msg_didany = tt;
|
||||
fclose(fp_in);
|
||||
|
Reference in New Issue
Block a user