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 38e3483 commit bfd830dCopy full SHA for bfd830d
src/testdir/test_quotestar.vim
@@ -134,6 +134,6 @@ func Test_quotestar()
134
let @* = quotestar_saved
135
136
if !empty(skipped)
137
- throw skipped
+ throw 'Skipped: ' . skipped
138
endif
139
endfunc
src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
764
765
static int included_patches[] =
766
{ /* Add new patch number below this line */
767
+/**/
768
+ 491,
769
/**/
770
490,
771
0 commit comments