开源软件名称(OpenSource Name):djoshea/vim-matlab-fold开源软件地址(OpenSource Url):https://github.com/djoshea/vim-matlab-fold开源编程语言(OpenSource Language):Vim Script 100.0%开源软件介绍(OpenSource Introduction):vim-matlab-foldCode folding for the Vim editor for Matlab Folds are based off of the indentation structure in the code, in a manner which
respects the InstallationFirst, I highly recommend installing the Matlab syntax and indent files authored by Fabrice Guy available here. These files will facilitate proper indentation of Matlab files which this script relies upon to do code folding. Install to mkdir -p ~/.vim/ftplugin \ curl -so ~/.vim/ftplugin/matlab_fold.vim \ https://raw.github.com/djoshea/vim-matlab-fold/HEAD/ftplugin/matlab_fold.vim If you're using Pathogen, install to Or, copy and paste: mkdir -p ~/.vim/bundle/vim-matlab-fold/ftplugin \ curl -so ~/.vim/bundle/vim-matlab-fold/ftplugin/matlab_fold.vim \ https://raw.github.com/djoshea/vim-matlab-fold/HEAD/ftplugin/matlab_fold.vim Or, you can clone the git repository into a pathogen bundle: git clone git://github.com/djoshea/vim-matlab-fold.git ~/.vim/bundle/vim-matlab-fold ScreenshotsEditing a class definition file: LicenseCopyright (c) Dan O'Shea. Distributed under the same terms as Vim itself.
See |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论