vim-patch:32b364fcc097

Runtime file updates.
32b364fcc0
This commit is contained in:
Jan Edmund Lazo
2021-04-24 20:48:01 -04:00
parent 527d108223
commit d227c22f00
5 changed files with 32 additions and 3 deletions

View File

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