在.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中设置php自动缩进为4个空格的方法详解
- linux系统中使用Vim删除偶数行或者奇数行
- Vim命令高级用法
- 搭建Vim为自定义的PHP开发工具的一些技巧
- linux Vim基本操作方法
- 使用Python编写vim插件的简单示例
- 两个命令把 Vim 打造成 Python IDE的方法
- vim配置显示行号和语法高亮 即.vimrc文件的配置
- vim vax 快捷键大全
- vim的一些常用简单操作小结