comparison src/version.c @ 29886:3ef1fe06690d v9.0.0281

patch 9.0.0281: build failure without the +eval feature Commit: https://github.com/vim/vim/commit/58dcbf1c6586d3873702e035b47829178a91250e Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 26 19:58:49 2022 +0100 patch 9.0.0281: build failure without the +eval feature Problem: Build failure without the +eval feature. Solution: Add #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Fri, 26 Aug 2022 21:00:06 +0200
parents 1342ee83ab97
children a63d3a0e9aba
comparison
equal deleted inserted replaced
29885:f00c56ee8118 29886:3ef1fe06690d
705 NULL 705 NULL
706 }; 706 };
707 707
708 static int included_patches[] = 708 static int included_patches[] =
709 { /* Add new patch number below this line */ 709 { /* Add new patch number below this line */
710 /**/
711 281,
710 /**/ 712 /**/
711 280, 713 280,
712 /**/ 714 /**/
713 279, 715 279,
714 /**/ 716 /**/