diff src/version.c @ 14435:90bed90d1130 v8.1.0231

patch 8.1.0231: :help -? goes to help for -+ commit https://github.com/vim/vim/commit/a5bc38b8c16be93bac900137a5837585006cc8a4 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 1 18:03:02 2018 +0200 patch 8.1.0231: :help -? goes to help for -+ Problem: :help -? goes to help for -+. Solution: Add -? to list of special cases. (Hirohito Higashi)
author Christian Brabandt <cb@256bit.org>
date Wed, 01 Aug 2018 18:15:05 +0200
parents 4a94173743d9
children ceb9b6bf0f4a
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -795,6 +795,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    231,
+/**/
     230,
 /**/
     229,