diff src/version.c @ 11440:f9f2e9aa884c v8.0.0604

patch 8.0.0604: gF test fails still on MS-Windows commit https://github.com/vim/vim/commit/712598f210570627534246cb5dcbb4f213367997 Author: Bram Moolenaar <Bram@vim.org> Date: Wed May 24 10:42:37 2017 +0200 patch 8.0.0604: gF test fails still on MS-Windows Problem: gF test fails still on MS-Windows. Solution: Use : before the line number and remove it from 'isfname'.
author Christian Brabandt <cb@256bit.org>
date Wed, 24 May 2017 10:45:03 +0200
parents 53f6d97b4e77
children 30b3775addb2
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    604,
+/**/
     603,
 /**/
     602,