vim-patch:b730f0c7ba36

Update runtime files
b730f0c7ba
This commit is contained in:
Justin M. Keyes
2019-07-29 02:09:53 +02:00
parent 28a681d37d
commit ab2cfd24e7
8 changed files with 108 additions and 53 deletions

View File

@@ -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