comparison src/version.c @ 18888:75e1ff65588e v8.2.0005

patch 8.2.0005: duplication in version info Commit: https://github.com/vim/vim/commit/502122565665674d914a1feeb15ac4a0bb0c8723 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 14 17:24:53 2019 +0100 patch 8.2.0005: duplication in version info Problem: Duplication in version info. Solution: Use preprocessor string concatenation. (Ken Takata, closes https://github.com/vim/vim/issues/5357)
author Bram Moolenaar <Bram@vim.org>
date Sat, 14 Dec 2019 17:30:03 +0100
parents 050f5eaa9e50
children 623afba3566a
comparison
equal deleted inserted replaced
18887:baaf93278d7d 18888:75e1ff65588e
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 5,
745 /**/ 747 /**/
746 4, 748 4,
747 /**/ 749 /**/
748 3, 750 3,
749 /**/ 751 /**/