手机
当前位置:查字典教程网 >脚本专栏 >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 qw以空格为分隔符问题的解决方法

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

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

分享下perl胶水实现前后台对接的方法

perl中的字符串操作函数chomp与chop介绍

perl中heredoc使用说明

perl的POD权限问题处理

perl文件读取的几种处理方式小结

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

Linux/Unix下安装Perl模块的两种方法分享

精品推荐
分类导航