commit | aa7f25ebf16b8be99239af1134b441e3da93060a | [log] [tgz] |
---|---|---|
author | Luuk van Baal <luukvbaal@gmail.com> | Thu Apr 13 21:47:38 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 13 21:47:38 2023 +0100 |
tree | 197b9ba195e8b44223df55ba8c3e31d52f5f702c | |
parent | 08210f8def4886b0cd04dd4bbebed719f0512315 [diff] [blame] |
patch 9.0.1451: unnecessary redrawing when 'showcmdloc' is not "last" Problem: Unnecessary redrawing when 'showcmdloc' is not "last". Solution: Redraw later when "showcmd_is_clear" is set. (Luuk van Baal, closes #12260)
diff --git a/src/version.c b/src/version.c index ae81daa..e55ff4a 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1451, +/**/ 1450, /**/ 1449,