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

实现代码如下:

"Only do this part when compiled with support for autocommands.
if has("autocmd")
    filetype plugin indent on
else
    set autoindent
endif "has("autocmd")

以上就是【在vim中添加perl注释时无法对齐问题的解决方法】的全部内容了,欢迎留言评论进行交流!

赞(0) 踩(0)

与本文相关的软件

发表我的评论

最新评论

  1. 暂无评论