We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c363251 commit ad7dac8Copy full SHA for ad7dac8
2 files changed
src/testdir/test_swap.vim
@@ -53,7 +53,7 @@ func Test_swap_group()
53
endif
54
let groups = split(system('groups'))
55
if len(groups) <= 1
56
- throw 'Skipped: need at least two groups, got ' . groups
+ throw 'Skipped: need at least two groups, got ' . string(groups)
57
58
59
call delete('Xtest')
src/version.c
@@ -761,6 +761,8 @@ static char *(features[]) =
761
762
static int included_patches[] =
763
{ /* Add new patch number below this line */
764
+/**/
765
+ 1265,
766
/**/
767
1264,
768
0 commit comments