mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -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:
@@ -2474,7 +2474,7 @@ cs_show(exarg_T *eap UNUSED)
|
||||
}
|
||||
}
|
||||
|
||||
wait_return(TRUE);
|
||||
wait_return(FALSE);
|
||||
return CSCOPE_SUCCESS;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user