comparison src/version.c @ 31982:9113d903a2c6 v9.0.1323

patch 9.0.1323: build failure with +eval feature Commit: https://github.com/vim/vim/commit/3e1ac1443af0bce41351b9d917651ac4fe41928d Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 18 19:49:32 2023 +0000 patch 9.0.1323: build failure with +eval feature Problem: Build failure with +eval feature. Solution: Add missing part for using funcerror_T.
author Bram Moolenaar <Bram@vim.org>
date Sat, 18 Feb 2023 21:00:03 +0100
parents 13329cb9faee
children 479c93ad4a3b
comparison
equal deleted inserted replaced
31981:834ba9805a25 31982:9113d903a2c6
693 NULL 693 NULL
694 }; 694 };
695 695
696 static int included_patches[] = 696 static int included_patches[] =
697 { /* Add new patch number below this line */ 697 { /* Add new patch number below this line */
698 /**/
699 1323,
698 /**/ 700 /**/
699 1322, 701 1322,
700 /**/ 702 /**/
701 1321, 703 1321,
702 /**/ 704 /**/