diff src/version.c @ 14153:01b7a627d403 v8.1.0094

patch 8.1.0094: help text "usage:" is not capatalized commit https://github.com/vim/vim/commit/32aaf5ae07af1d5befaf997688fde5d6637d43f8 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 21 21:38:33 2018 +0200 patch 8.1.0094: help text "usage:" is not capatalized Problem: Help text "usage:" is not capatalized. Solution: Make it "Usage:". (closes https://github.com/vim/vim/issues/3044)
author Christian Brabandt <cb@256bit.org>
date Thu, 21 Jun 2018 21:45:05 +0200
parents 2404459a8639
children da09e29e59d9
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -762,6 +762,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    94,
+/**/
     93,
 /**/
     92,