aboutsummaryrefslogtreecommitdiff
path: root/test/old/testdir/test_python2.vim
diff options
context:
space:
mode:
Diffstat (limited to 'test/old/testdir/test_python2.vim')
-rw-r--r--test/old/testdir/test_python2.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/old/testdir/test_python2.vim b/test/old/testdir/test_python2.vim
index 745b7da086..ab03408fc4 100644
--- a/test/old/testdir/test_python2.vim
+++ b/test/old/testdir/test_python2.vim
@@ -40,7 +40,7 @@ func Test_set_cursor()
endfunc
func Test_vim_function()
- throw 'skipped: Nvim does not support vim.bindeval()'
+ throw 'Skipped: Nvim does not support vim.bindeval()'
" Check creating vim.Function object
py import vim