diff src/version.c @ 14483:7fd8cb54da4a v8.1.0255

patch 8.1.0255: backup test fails when using shadow directory commit https://github.com/vim/vim/commit/f8f88f89e12df516c1fac5851b504238ebc1d2d4 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 8 11:02:32 2018 +0200 patch 8.1.0255: backup test fails when using shadow directory Problem: Backup test fails when using shadow directory. Solution: Remove check for "src".
author Christian Brabandt <cb@256bit.org>
date Wed, 08 Aug 2018 11:15:04 +0200
parents 4f5a15867544
children c71d65c3672f
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 */
 /**/
+    255,
+/**/
     254,
 /**/
     253,