comparison src/version.c @ 28992:0e9642706a59 v8.2.5018

patch 8.2.5018: Vim9: some code is not covered by tests Commit: https://github.com/vim/vim/commit/c3caa7f78808e405b7cdbcdf89c9d35a43d2c3eb Author: Bram Moolenaar <Bram@vim.org> Date: Wed May 25 19:15:10 2022 +0100 patch 8.2.5018: Vim9: some code is not covered by tests Problem: Vim9: some code is not covered by tests. Solution: Delete dead code.
author Bram Moolenaar <Bram@vim.org>
date Wed, 25 May 2022 20:30:06 +0200
parents 84a6794a9320
children 644b0f0541de
comparison
equal deleted inserted replaced
28991:654c6cfe7086 28992:0e9642706a59
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 5018,
737 /**/ 739 /**/
738 5017, 740 5017,
739 /**/ 741 /**/
740 5016, 742 5016,
741 /**/ 743 /**/