首页 > 编程技术 > Perl

在vim中添加perl注释时无法对齐问题的解决方法

发布时间:2020-6-29 13:43

在.vimrc中加入如下几行,即可解决这个问题。

复制代码 代码如下:

"Only do this part when compiled with support for autocommands.
if has("autocmd")
    filetype plugin indent on
else
    set autoindent
endif "has("autocmd")
标签:[!--infotagslink--]

您可能感兴趣的文章: