diff src/version.c @ 15691:a8ed064ed316 v8.1.0853

patch 8.1.0853: options test fails on Mac commit https://github.com/vim/vim/commit/cbbd0f657803a9a3a9f5e2c66bce6e1ea1d6a64b Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jan 30 22:36:18 2019 +0100 patch 8.1.0853: options test fails on Mac Problem: Options test fails on Mac. Solution: Remove a trailing slash from $TMPDIR.
author Bram Moolenaar <Bram@vim.org>
date Wed, 30 Jan 2019 22:45:06 +0100
parents 977a05589b65
children e00983850550
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 */
 /**/
+    853,
+/**/
     852,
 /**/
     851,