summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-03-19 11:42:16 +0000
committerBram Moolenaar <Bram@vim.org>2022-03-19 11:42:16 +0000
commit95d2e7634ccd8e0da78086002509a856999e180c (patch)
tree7d3fc17fba3573e046689e547a83bd43c1631636 /src/version.c
parentb10ff5c1b3581ed4990d196bed51b4a8f961e8a2 (diff)
downloadvim-git-95d2e7634ccd8e0da78086002509a856999e180c.tar.gz
patch 8.2.4593: unnecessary call to redraw_later()v8.2.4593
Problem: Unnecessary call to redraw_later(). Solution: Remove the call to redraw_later() in op_yank(). (closes #9971)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index c2e491429..442db2ca7 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 4593,
+/**/
4592,
/**/
4591,