comparison src/version.c @ 23189:ea43f4117d06 v8.2.2140

patch 8.2.2140: build failure with tiny features Commit: https://github.com/vim/vim/commit/2a3cd3af455973d678f70303ebdd486f3478bc0d Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 13 19:22:27 2020 +0100 patch 8.2.2140: build failure with tiny features Problem: Build failure with tiny features. Solution: Add #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Sun, 13 Dec 2020 19:30:04 +0100
parents 013aa8e2be8c
children 3e7723bab4e5
comparison
equal deleted inserted replaced
23188:1691f44472e0 23189:ea43f4117d06
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2140,
753 /**/ 755 /**/
754 2139, 756 2139,
755 /**/ 757 /**/
756 2138, 758 2138,
757 /**/ 759 /**/