当前位置:  开发笔记 > 开发工具 > 正文

如何使用vim自定义缩进文件?

如何解决《如何使用vim自定义缩进文件?》经验,为你挑选了1个好方法。

我最近阅读了这篇关于在Vim中缩进源文件的文章.但是,我希望能够自定义缩进其中一些.当我按=时,有没有办法指定运行哪个二进制文件?



1> Greg Hewgill..:

从帮助:

={motion}       Filter {motion} lines through the external program
                given with the 'equalprg' option.  When the 'equalprg'
                option is empty (this is the default), use the
                internal formatting function |C-indenting|.  But when
                'indentexpr' is not empty, it will be used instead
                |indent-expression|.

看起来设置equalprg选项就是你想要的.

推荐阅读
Life一切安好
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有