手机
当前位置:查字典教程网 >脚本专栏 >perl >在vim中添加perl注释时无法对齐问题的解决方法
在vim中添加perl注释时无法对齐问题的解决方法
摘要:在.vimrc中加入如下几行,即可解决这个问题。复制代码代码如下:"Onlydothispartwhencompiledwithsuppor...

在.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注释时无法对齐问题的解决方法】相关文章:

用python下载百度文库的代码

perl的POD权限问题处理

perl调用外部命令(g)awk的方法

Perl调用shell命令方法小结

perl qw以空格为分隔符问题的解决方法

perl AnyEvent简单介绍和入门知识

Windows和Linux系统下perl连接SQL Server数据库的方法

perl引用的相关知识分享

perl批量查询ip归属地的方法代码

perl操作MongoDB报错undefined symbol: HeUTF8解决方法

精品推荐
分类导航