手机
当前位置:查字典教程网 >脚本专栏 >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注释时无法对齐问题的解决方法】相关文章:

perl use 命令中指定路径的方法

perl常问题集合之一

Perl实现高水线算法(解决多值比较问题方法)

perl 删除数组元素的几种方法小结

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

Perl中处理时间的几个函数

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

perl引用的相关知识分享

用python下载百度文库的代码

perl中heredoc使用说明

精品推荐
分类导航