Patch 8.0.0604 (after 8.0.0603)
Problem: gF test fails still on MS-Windows.
Solution: Use : before the line number and remove it from 'isfname'.
Files: src/testdir/test_gf.vim
*** ../vim-8.0.0603/src/testdir/test_gf.vim 2017-05-24 10:05:48.524139890
+0200
--- src/testdir/test_gf.vim 2017-05-24 10:40:48.851368503 +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,45 ----
w! Xfile
close
new
! set isfname-=:
! call setline(1, ['one', 'Xfile:3', 'three'])
2
call assert_fails('normal gF', 'E37:')
call assert_equal(2, getcurpos()[1])
***************
*** 47,52 ****
--- 48,54 ----
call assert_equal('Xfile', bufname('%'))
call assert_equal(3, getcurpos()[1])
+ set isfname&
call delete('Xfile')
call delete('Xfile2')
bwipe Xfile
*** ../vim-8.0.0603/src/version.c 2017-05-24 10:05:48.528139867 +0200
--- src/version.c 2017-05-24 10:42:04.270906395 +0200
***************
*** 766,767 ****
--- 766,769 ----
{ /* Add new patch number below this line */
+ /**/
+ 604,
/**/
--
LARGE MAN: Who's that then?
CART DRIVER: (Grudgingly) I dunno, Must be a king.
LARGE MAN: Why?
CART DRIVER: He hasn't got shit all over him.
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
/// 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.