summaryrefslogtreecommitdiff
path: root/src/testdir/test_paste.vim
diff options
context:
space:
mode:
Diffstat (limited to 'src/testdir/test_paste.vim')
-rw-r--r--src/testdir/test_paste.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testdir/test_paste.vim b/src/testdir/test_paste.vim
index ee6964153..a22e8e505 100644
--- a/src/testdir/test_paste.vim
+++ b/src/testdir/test_paste.vim
@@ -2,10 +2,10 @@
" Bracketed paste only works with "xterm". Not in GUI or Windows console.
if has('win32')
- throw 'Skipped, does not work on MS-Windows'
+ throw 'Skipped: does not work on MS-Windows'
endif
if has('gui_running')
- throw 'Skipped, does not work in the GUI'
+ throw 'Skipped: does not work in the GUI'
endif
set term=xterm