summaryrefslogtreecommitdiffstats
path: root/runtime/syntax/testdir/input/vim_ex_throw.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/syntax/testdir/input/vim_ex_throw.vim')
-rw-r--r--runtime/syntax/testdir/input/vim_ex_throw.vim5
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/syntax/testdir/input/vim_ex_throw.vim b/runtime/syntax/testdir/input/vim_ex_throw.vim
new file mode 100644
index 0000000..4adbc88
--- /dev/null
+++ b/runtime/syntax/testdir/input/vim_ex_throw.vim
@@ -0,0 +1,5 @@
+" Vim :throw command
+
+" :help :throw
+
+try | throw "oops" | catch /^oo/ | echo "caught" | endtry