comparison src/version.c @ 19255:04e1a025ef00 v8.2.0186

patch 8.2.0186: a couple of tests may fail when features are missing Commit: https://github.com/vim/vim/commit/705724e430abd10ffdd5f1a2bb5a8f9223ff5cdd Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 31 21:13:42 2020 +0100 patch 8.2.0186: a couple of tests may fail when features are missing Problem: A couple of tests may fail when features are missing. Solution: Check for features. (Dominique Pelle, closes https://github.com/vim/vim/issues/5561)
author Bram Moolenaar <Bram@vim.org>
date Fri, 31 Jan 2020 21:15:04 +0100
parents a8d2d3c8f0b3
children 5aab9c306181
comparison
equal deleted inserted replaced
19254:ddb1b495da27 19255:04e1a025ef00
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 186,
745 /**/ 747 /**/
746 185, 748 185,
747 /**/ 749 /**/
748 184, 750 184,
749 /**/ 751 /**/