From ab2cfd24e72f6cbcbc4fcea596eead189f690091 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Mon, 29 Jul 2019 02:09:53 +0200 Subject: vim-patch:b730f0c7ba36 Update runtime files https://github.com/vim/vim/commit/b730f0c7ba36492d795f081b19bbcb85cdf0f50f --- runtime/indent/testdir/matlab.in | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 runtime/indent/testdir/matlab.in (limited to 'runtime/indent/testdir/matlab.in') diff --git a/runtime/indent/testdir/matlab.in b/runtime/indent/testdir/matlab.in new file mode 100644 index 0000000000..1a2bc83d4b --- /dev/null +++ b/runtime/indent/testdir/matlab.in @@ -0,0 +1,17 @@ +% vim: set ft=matlab sw=4 : + +% START_INDENT +if true +disp foo +elseif false +disp bar +end +% END_INDENT + +% START_INDENT +try +statements +catch exception +statements +end +% END_INDENT -- cgit