comparison src/version.c @ 16780:491c01280a5d v8.1.1392

patch 8.1.1392: build failure in tiny version commit https://github.com/vim/vim/commit/682725c1415f50681877df60257115a966e2a3d4 Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 25 20:10:37 2019 +0200 patch 8.1.1392: build failure in tiny version Problem: Build failure in tiny version. Solution: Define ex_popupclear to ex_ni if not implemented. Add UNUSED.
author Bram Moolenaar <Bram@vim.org>
date Sat, 25 May 2019 20:15:04 +0200
parents eda4d65f232c
children fc58fee685e2
comparison
equal deleted inserted replaced
16779:7b747af07206 16780:491c01280a5d
765 NULL 765 NULL
766 }; 766 };
767 767
768 static int included_patches[] = 768 static int included_patches[] =
769 { /* Add new patch number below this line */ 769 { /* Add new patch number below this line */
770 /**/
771 1392,
770 /**/ 772 /**/
771 1391, 773 1391,
772 /**/ 774 /**/
773 1390, 775 1390,
774 /**/ 776 /**/