diff src/version.c @ 14189:0181a2cad0a1 v8.1.0112

patch 8.1.0112: no error when using bad arguments with searchpair() commit https://github.com/vim/vim/commit/3dddb09c98825acefa6f2d94bb369b8e00d7b3e5 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 24 19:01:59 2018 +0200 patch 8.1.0112: no error when using bad arguments with searchpair() Problem: No error when using bad arguments with searchpair(). Solution: Add error messages.
author Christian Brabandt <cb@256bit.org>
date Sun, 24 Jun 2018 19:15:06 +0200
parents b79453d0d01c
children ec39f281e3e8
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -790,6 +790,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    112,
+/**/
     111,
 /**/
     110,