diff src/version.c @ 15768:ed264e126766 v8.1.0891

patch 8.1.0891: substitute command inssuficiently tested commit https://github.com/vim/vim/commit/d77aa4d22e943998c337d5a603622ac5cf2928cb Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 10 22:50:14 2019 +0100 patch 8.1.0891: substitute command inssuficiently tested Problem: Substitute command inssuficiently tested. Solution: Add more test coverage. (Dominique Pelle)
author Bram Moolenaar <Bram@vim.org>
date Sun, 10 Feb 2019 23:00:05 +0100
parents 9d18e8457209
children 77e97f159554
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -784,6 +784,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    891,
+/**/
     890,
 /**/
     889,