Patch 8.0.0603 (after 8.0.0602)
Problem: gF test fails on MS-Windows.
Solution: Use @ instead of : before the line number
Files: src/testdir/test_gf.vim
*** ../vim-8.0.0602/src/testdir/test_gf.vim 2017-05-24 09:51:33.893347747
+0200
--- src/testdir/test_gf.vim 2017-05-24 10:03:57.596815761 +0200
***************
*** 38,44 ****
w! Xfile
close
new
! call setline(1, ['one', 'Xfile:3', 'three'])
2
call assert_fails('normal gF', 'E37:')
call assert_equal(2, getcurpos()[1])
--- 38,44 ----
w! Xfile
close
new
! call setline(1, ['one', 'Xfile@3', 'three'])
2
call assert_fails('normal gF', 'E37:')
call assert_equal(2, getcurpos()[1])
*** ../vim-8.0.0602/src/version.c 2017-05-24 09:51:33.893347747 +0200
--- src/version.c 2017-05-24 10:05:23.440292723 +0200
***************
*** 766,767 ****
--- 766,769 ----
{ /* Add new patch number below this line */
+ /**/
+ 603,
/**/
--
Why I like vim:
> I like VIM because, when I ask a question in this newsgroup, I get a
> one-line answer. With xemacs, I get a 1Kb lisp script with bugs in it ;-)
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.