comparison src/version.c @ 14858:49b3bdf774ad v8.1.0441

patch 8.1.0441: build failure without command line history commit https://github.com/vim/vim/commit/d3dc062160b52f2a01900a8b8badb531fb8b3f16 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 30 17:45:30 2018 +0200 patch 8.1.0441: build failure without command line history Problem: Build failure without command line history. Solution: Move cmdline_init() outside of #ifdef.
author Christian Brabandt <cb@256bit.org>
date Sun, 30 Sep 2018 18:00:06 +0200
parents c5a2fb8b221d
children ac5d0d27aef9
comparison
equal deleted inserted replaced
14857:6eec3203fecf 14858:49b3bdf774ad
792 NULL 792 NULL
793 }; 793 };
794 794
795 static int included_patches[] = 795 static int included_patches[] =
796 { /* Add new patch number below this line */ 796 { /* Add new patch number below this line */
797 /**/
798 441,
797 /**/ 799 /**/
798 440, 800 440,
799 /**/ 801 /**/
800 439, 802 439,
801 /**/ 803 /**/