comparison src/version.c @ 29098:cff23287478f v8.2.5070

patch 8.2.5070: unnecessary code Commit: https://github.com/vim/vim/commit/b5f0801b1f043b5cf99380f58eca51b75b3236c7 Author: zeertzjq <zeertzjq@outlook.com> Date: Thu Jun 9 13:55:28 2022 +0100 patch 8.2.5070: unnecessary code Problem: Unnecessary code. Solution: Remove code that isn't needed. (closes https://github.com/vim/vim/issues/10534)
author Bram Moolenaar <Bram@vim.org>
date Thu, 09 Jun 2022 15:00:07 +0200
parents d2ef7d649fcb
children c09c7ea83047
comparison
equal deleted inserted replaced
29097:8d1d4ddbc7ab 29098:cff23287478f
732 NULL 732 NULL
733 }; 733 };
734 734
735 static int included_patches[] = 735 static int included_patches[] =
736 { /* Add new patch number below this line */ 736 { /* Add new patch number below this line */
737 /**/
738 5070,
737 /**/ 739 /**/
738 5069, 740 5069,
739 /**/ 741 /**/
740 5068, 742 5068,
741 /**/ 743 /**/