diff src/version.c @ 14145:1cf832945469 v8.1.0090

patch 8.1.0090: "..." used inconsistently in a message commit https://github.com/vim/vim/commit/9b0c5c23bd5260caef82a4f3dcc945c129857c52 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 20 20:37:36 2018 +0200 patch 8.1.0090: "..." used inconsistently in a message Problem: "..." used inconsistently in a message. Solution: Define the message with " ..." once. (hint by Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Wed, 20 Jun 2018 20:45:05 +0200
parents 2aec369c4fc3
children de75c249723d
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 */
 /**/
+    90,
+/**/
     89,
 /**/
     88,