comparison src/version.c @ 19340:224fb493b72c v8.2.0228

patch 8.2.0228: configure does not recognize gcc version on BSD Commit: https://github.com/vim/vim/commit/348808f7c000a49d435c15db68c814b026f8167d Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 7 20:50:07 2020 +0100 patch 8.2.0228: configure does not recognize gcc version on BSD Problem: Configure does not recognize gcc version on BSD. Solution: Do not use "\+" in the pattern matching the version number. (Ozaki Kiichi, closes #5590)
author Bram Moolenaar <Bram@vim.org>
date Fri, 07 Feb 2020 21:00:04 +0100
parents ef432264b88a
children 8ff84bc1c89b
comparison
equal deleted inserted replaced
19339:815548aab9fd 19340:224fb493b72c
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 228,
745 /**/ 747 /**/
746 227, 748 227,
747 /**/ 749 /**/
748 226, 750 226,
749 /**/ 751 /**/