diff src/version.c @ 12029:a39e7e2ae7da v8.0.0895

patch 8.0.0895: filetype test fails on MS-Windows commit https://github.com/vim/vim/commit/8ab3c1dc6bf70021f89e6e614b202606863bc168 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 9 22:24:52 2017 +0200 patch 8.0.0895: filetype test fails on MS-Windows Problem: Filetype test fails on MS-Windows. Solution: Fix file names.
author Christian Brabandt <cb@256bit.org>
date Wed, 09 Aug 2017 22:30:05 +0200
parents c2aa4af29251
children 9897241c08b5
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -770,6 +770,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    895,
+/**/
     894,
 /**/
     893,