comparison src/version.c @ 16261:2001ef982570 v8.1.1135

patch 8.1.1135: build failure for small version commit https://github.com/vim/vim/commit/d85c396d5149a87677e30742f92b2ecfe28af8a6 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 7 14:19:14 2019 +0200 patch 8.1.1135: build failure for small version Problem: Build failure for small version. (Tony Mechelynck) Solution: Add #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Sun, 07 Apr 2019 14:30:05 +0200
parents 1f18984498e1
children d3377393e3d9
comparison
equal deleted inserted replaced
16260:d7a7a7508876 16261:2001ef982570
769 NULL 769 NULL
770 }; 770 };
771 771
772 static int included_patches[] = 772 static int included_patches[] =
773 { /* Add new patch number below this line */ 773 { /* Add new patch number below this line */
774 /**/
775 1135,
774 /**/ 776 /**/
775 1134, 777 1134,
776 /**/ 778 /**/
777 1133, 779 1133,
778 /**/ 780 /**/