comparison src/version.c @ 24535:f522ef9e5ea3 v8.2.2807

patch 8.2.2807: build fails with tiny features Commit: https://github.com/vim/vim/commit/340c59ec6f9635e8cbf61db7996d68f61b48679f Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 24 20:37:03 2021 +0200 patch 8.2.2807: build fails with tiny features Problem: Build fails with tiny features. Solution: Use a dummy function for ex_incdec().
author Bram Moolenaar <Bram@vim.org>
date Sat, 24 Apr 2021 20:45:03 +0200
parents 9c404d78d767
children 95bcea9faa52
comparison
equal deleted inserted replaced
24534:3d5661b90d53 24535:f522ef9e5ea3
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 2807,
753 /**/ 755 /**/
754 2806, 756 2806,
755 /**/ 757 /**/
756 2805, 758 2805,
757 /**/ 759 /**/