Patch 8.0.1265
Problem: Swap test not skipped when there is one group.
Solution: Convert list to string for the message.
Files: src/testdir/test_swap.vim
*** ../vim-8.0.1264/src/testdir/test_swap.vim 2017-11-04 21:34:57.016967191
+0100
--- src/testdir/test_swap.vim 2017-11-04 22:19:44.221313509 +0100
***************
*** 53,59 ****
endif
let groups = split(system('groups'))
if len(groups) <= 1
! throw 'Skipped: need at least two groups, got ' . groups
endif
call delete('Xtest')
--- 53,59 ----
endif
let groups = split(system('groups'))
if len(groups) <= 1
! throw 'Skipped: need at least two groups, got ' . string(groups)
endif
call delete('Xtest')
*** ../vim-8.0.1264/src/version.c 2017-11-04 21:44:24.313090719 +0100
--- src/version.c 2017-11-04 22:20:30.673057194 +0100
***************
*** 763,764 ****
--- 763,766 ----
{ /* Add new patch number below this line */
+ /**/
+ 1265,
/**/
--
Living on Earth includes an annual free trip around the Sun.
/// 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.