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

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

Perl初学笔记之Hello World

Perl调用shell命令方法小结

perl中heredoc使用说明

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

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

讲Perl中的本地时间与UNIX时间戳间相互转换的方法

perl文件包含(do,require,use)指令介绍

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

perl的POD权限问题处理

精品推荐
分类导航