Editing Matlab files in Vim

バージョン 1.4.0.0 (12.6 KB) 作成者: Fabrice
Edit Matlab M-files in Vim editor (indentation, syntax highlighting, tags , mlint support)
ダウンロード: 14.2K
更新 2010/5/19

ライセンスの表示

Contains a set of files useful to edit Matlab files.

Included is :
1) Syntax highlighting
2) Correct indentation
3) Integration in vim of the mlint Matlab code checker with the :make command
4) Correct setting to use the matchit.vim script (extension of the % command to match if/end, for/end,... blocks)
5) Tag support
6) Help file

引用

Fabrice (2024). Editing Matlab files in Vim (https://www.mathworks.com/matlabcentral/fileexchange/21798-editing-matlab-files-in-vim), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2008a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersEnvironment and Settings についてさらに検索
謝辞

ヒントを与えたファイル: Highlighting Matlab files in Vim

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.4.0.0

Updated support for the matchit script (to use % to jump between try/end, if/end, switch/end,... blocks) , to deal with expressions like a(1+end) where 'end' is not the end of a block command but the length of a vector.

1.3.0.0

- Added support for indentation of if/end blocks on the same line
- Changed the function indentation behavior (now based on the 'indent all functions' option in the Matlab Editor)

1.2.0.0

Enhanced syntax highligting for Matlab m-files : most Matlab builtin functions are now highlighted

1.1.0.0

- added a help file (matlab.txt)
- wrong indentation for subfunctions without matching 'end' has been fixed

1.0.0.0