diff src/version.c @ 18184:ef35a3a70c24 v8.1.2087

patch 8.1.2087: cannot easily select one test function to execute Commit: https://github.com/vim/vim/commit/a7f6c3cf071bb6267e0bd2eb3d27ca240381ba87 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 27 15:34:16 2019 +0200 patch 8.1.2087: cannot easily select one test function to execute Problem: Cannot easily select one test function to execute. Solution: Support the $TEST_FILTER environment variable. (Ozaki Kiichi, closes #2695)
author Bram Moolenaar <Bram@vim.org>
date Fri, 27 Sep 2019 16:00:45 +0200
parents 9b6bfce90778
children 36f791dd9eae
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2087,
+/**/
     2086,
 /**/
     2085,