在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注释时无法对齐问题的解决方法】相关文章:
★ Windows和Linux系统下perl连接SQL Server数据库的方法
★ perl操作MongoDB报错undefined symbol: HeUTF8解决方法
上一篇:
perl中my与our的区别介绍
下一篇:
perl 文件操作总结