]> granicus.if.org Git - vim/commitdiff
patch 8.0.0603: gF test fails on MS-Windows v8.0.0603
authorBram Moolenaar <Bram@vim.org>
Wed, 24 May 2017 08:05:56 +0000 (10:05 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 24 May 2017 08:05:56 +0000 (10:05 +0200)
Problem:    gF test fails on MS-Windows.
Solution:   Use @ instead of : before the line number

src/testdir/test_gf.vim
src/version.c

index 1f3db2401ea87a3e0c5c1979f066124b30746f9d..d5bdfab65237ae0d01650a41e10498bf48c5d624 100644 (file)
@@ -38,7 +38,7 @@ func Test_gF()
   w! Xfile
   close
   new
-  call setline(1, ['one', 'Xfile:3', 'three'])
+  call setline(1, ['one', 'Xfile@3', 'three'])
   2
   call assert_fails('normal gF', 'E37:')
   call assert_equal(2, getcurpos()[1])
index cb355208ec369aded54354e133ae22e8b2db0423..6a650356e25b57b94a14c49c1cd8f5fa690ea0ce 100644 (file)
@@ -764,6 +764,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    603,
 /**/
     602,
 /**/