diff src/version.c @ 23731:e949ad96ad7a v8.2.2407

patch 8.2.2407: old jumplist code is never used Commit: https://github.com/vim/vim/commit/ab55f11d9bc776d546794748bc62ac47d5340c2e Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 25 18:44:57 2021 +0100 patch 8.2.2407: old jumplist code is never used Problem: Old jumplist code is never used. Solution: Delete the dead code. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/7740)
author Bram Moolenaar <Bram@vim.org>
date Mon, 25 Jan 2021 19:00:05 +0100
parents 7eef04861034
children 0660cb0a1cd8
line wrap: on
line diff
--- 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 */
 /**/
+    2407,
+/**/
     2406,
 /**/
     2405,