comparison 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
comparison
equal deleted inserted replaced
23730:ab57cc57e749 23731:e949ad96ad7a
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2407,
753 /**/ 755 /**/
754 2406, 756 2406,
755 /**/ 757 /**/
756 2405, 758 2405,
757 /**/ 759 /**/