comparison src/version.c @ 18880:18a4871332ce v8.2.0001

patch 8.2.0001: #endif comments do reflect corresponding #ifdef Commit: https://github.com/vim/vim/commit/74ee5e2384b7f51b3dcff52720235b08a380e0ed Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 13 18:13:22 2019 +0100 patch 8.2.0001: #endif comments do reflect corresponding #ifdef Problem: #endif comments do reflect corresponding #ifdef. Solution: Update the comments. (Rene Nyffenegger, closes https://github.com/vim/vim/issues/5351)
author Bram Moolenaar <Bram@vim.org>
date Fri, 13 Dec 2019 18:15:04 +0100
parents af69c9335223
children f9e41ffd3539
comparison
equal deleted inserted replaced
18879:af69c9335223 18880:18a4871332ce
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 1,
745 /**/ 747 /**/
746 0 748 0
747 }; 749 };
748 750
749 /* 751 /*