comparison src/version.c @ 18076:d7f08b7bc203 v8.1.2033

patch 8.1.2033: cannot build with tiny features Commit: https://github.com/vim/vim/commit/0571f3d6f92a7dab9c1e39acb40c2f8885887b28 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 14 22:33:47 2019 +0200 patch 8.1.2033: cannot build with tiny features Problem: Cannot build with tiny features. Solution: Add #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Sat, 14 Sep 2019 22:45:03 +0200
parents 364a9be6a21e
children 5ae41d0ea397
comparison
equal deleted inserted replaced
18075:c144bdfaf26c 18076:d7f08b7bc203
755 NULL 755 NULL
756 }; 756 };
757 757
758 static int included_patches[] = 758 static int included_patches[] =
759 { /* Add new patch number below this line */ 759 { /* Add new patch number below this line */
760 /**/
761 2033,
760 /**/ 762 /**/
761 2032, 763 2032,
762 /**/ 764 /**/
763 2031, 765 2031,
764 /**/ 766 /**/