commit | d7aca7a71c7254501c08f04db1798df479df0e89 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 24 10:05:56 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 24 10:05:56 2017 +0200 |
tree | 666be42e6e4afeb5845af63274f9a99923ebf755 | |
parent | 2a79ed293c077ba791db962f0e121cf97ba4f7a7 [diff] [blame] |
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
diff --git a/src/version.c b/src/version.c index cb35520..6a65035 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 603, +/**/ 602, /**/ 601,