summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/testdir/test_quotestar.vim2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/testdir/test_quotestar.vim b/src/testdir/test_quotestar.vim
index 300a96473..111a226b6 100644
--- a/src/testdir/test_quotestar.vim
+++ b/src/testdir/test_quotestar.vim
@@ -134,6 +134,6 @@ func Test_quotestar()
let @* = quotestar_saved
if !empty(skipped)
- throw skipped
+ throw 'Skipped: ' . skipped
endif
endfunc
diff --git a/src/version.c b/src/version.c
index e009e8e63..50b7c4a5d 100644
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 491,
+/**/
490,
/**/
489,