summaryrefslogtreecommitdiff
path: root/runtime/doc/indent.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-12-08 15:07:48 +0100
committerBram Moolenaar <Bram@vim.org>2019-12-08 15:07:48 +0100
commit32b364fcc09749f35adb441b81291e1e5946dbc2 (patch)
treee717aad205074784a033915d460dda2920071285 /runtime/doc/indent.txt
parente2a3f36bf22bfa00343c6a7aaef5337a9dfc0993 (diff)
downloadvim-git-32b364fcc09749f35adb441b81291e1e5946dbc2.tar.gz
Runtime file updates.
Diffstat (limited to 'runtime/doc/indent.txt')
-rw-r--r--runtime/doc/indent.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/runtime/doc/indent.txt b/runtime/doc/indent.txt
index a282b3de0..eeebb5de1 100644
--- a/runtime/doc/indent.txt
+++ b/runtime/doc/indent.txt
@@ -812,6 +812,16 @@ Detail:
<!-- --> : -1
+MATLAB *ft-matlab-indent* *matlab-indent* *matlab-indenting*
+
+The setting Function indenting format in MATLAB Editor/Debugger Language
+Preferences corresponds to: >
+ :let g:MATLAB_function_indent = {0, 1 or 2 (default)}
+
+Where 0 is for Classic, 1 for Indent nested functions and 2 for Indent all
+functions.
+
+
PHP *ft-php-indent* *php-indent* *php-indenting*
NOTE: PHP files will be indented correctly only if PHP |syntax| is active.