commit | b730f0c7ba36492d795f081b19bbcb85cdf0f50f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 25 03:56:26 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 25 03:56:26 2018 +0100 |
tree | c79ec98f6dc1b761e1e0c9295d40ce8cb39c73f8 | |
parent | 916a818cea5ba05a5f2117407674461b8bee6832 [diff] [blame] |
Update runtime files
diff --git a/runtime/indent/testdir/matlab.in b/runtime/indent/testdir/matlab.in new file mode 100644 index 0000000..1a2bc83 --- /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