commit | 32b364fcc09749f35adb441b81291e1e5946dbc2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 08 15:07:48 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 08 15:07:48 2019 +0100 |
tree | e717aad205074784a033915d460dda2920071285 | |
parent | e2a3f36bf22bfa00343c6a7aaef5337a9dfc0993 [diff] [blame] |
Runtime file updates.
diff --git a/runtime/indent/testdir/matlab.ok b/runtime/indent/testdir/matlab.ok index b111226..df4e7b2 100644 --- a/runtime/indent/testdir/matlab.ok +++ b/runtime/indent/testdir/matlab.ok
@@ -37,6 +37,7 @@ % START_INDENT if true A(1:end - 1) + C{1:end - 1} disp foo end % END_INDENT @@ -50,6 +51,14 @@ % END_INDENT % START_INDENT +if true + % end + %% end + disp foo +end +% END_INDENT + +% START_INDENT % INDENT_EXE let b:MATLAB_function_indent = 0 function foo disp foo