comparison src/version.c @ 15020:1b112e7366c0 v8.1.0521

patch 8.1.0521: cannot build with +eval but without +quickfix commit https://github.com/vim/vim/commit/883ba68cda05cac668a493ce5115332e1b5fdc29 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 11 21:22:57 2018 +0100 patch 8.1.0521: cannot build with +eval but without +quickfix Problem: Cannot build with +eval but without +quickfix. Solution: Remove #ifdef for e_stringreq. (John Marriott)
author Bram Moolenaar <Bram@vim.org>
date Sun, 11 Nov 2018 21:30:05 +0100
parents 563ca9655b8f
children f3b4cd98944c
comparison
equal deleted inserted replaced
15019:b85ded1f3d07 15020:1b112e7366c0
790 NULL 790 NULL
791 }; 791 };
792 792
793 static int included_patches[] = 793 static int included_patches[] =
794 { /* Add new patch number below this line */ 794 { /* Add new patch number below this line */
795 /**/
796 521,
795 /**/ 797 /**/
796 520, 798 520,
797 /**/ 799 /**/
798 519, 800 519,
799 /**/ 801 /**/