0
0
mirror of https://github.com/vim/vim.git synced 2025-07-24 10:45:12 -04:00

18 lines
175 B
Plaintext
Raw Normal View History

2018-11-25 03:56:26 +01:00
% 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