首页 > 编程 > Perl > 正文

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

2020-06-04 20:28:41
字体:
来源:转载
供稿:网友
在.vimrc中加入如下几行,即可解决这个问题。

代码如下:
"Only do this part when compiled with support for autocommands.
if has("autocmd")
    filetype plugin indent on
else
    set autoindent
endif "has("autocmd")
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表