diff src/version.c @ 11438:53f6d97b4e77 v8.0.0603

patch 8.0.0603: gF test fails on MS-Windows commit https://github.com/vim/vim/commit/d7aca7a71c7254501c08f04db1798df479df0e89 Author: Bram Moolenaar <Bram@vim.org> Date: Wed May 24 10:05:56 2017 +0200 patch 8.0.0603: gF test fails on MS-Windows Problem: gF test fails on MS-Windows. Solution: Use @ instead of : before the line number
author Christian Brabandt <cb@256bit.org>
date Wed, 24 May 2017 10:15:03 +0200
parents 69b52a770b29
children f9f2e9aa884c
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 */
 /**/
+    603,
+/**/
     602,
 /**/
     601,