aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/indent.txt
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-04-24 20:48:01 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-04-27 09:21:31 -0400
commitd227c22f00db4c3688fbc83266fa43f0adf992cc (patch)
tree17ba865d581069a51aea59b3284e027eeaa08d90 /runtime/doc/indent.txt
parent527d108223e50c3fab034b582c102475b16c016e (diff)
downloadrneovim-d227c22f00db4c3688fbc83266fa43f0adf992cc.tar.gz
rneovim-d227c22f00db4c3688fbc83266fa43f0adf992cc.tar.bz2
rneovim-d227c22f00db4c3688fbc83266fa43f0adf992cc.zip
vim-patch:32b364fcc097
Runtime file updates. https://github.com/vim/vim/commit/32b364fcc09749f35adb441b81291e1e5946dbc2
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 21f70d0947..4113564169 100644
--- a/runtime/doc/indent.txt
+++ b/runtime/doc/indent.txt
@@ -814,6 +814,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.