vim:autoindent不工作

前端之家收集整理的这篇文章主要介绍了vim:autoindent不工作前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我的autoindent不工作,任何诊断测试来确定它?

我的“:set”是:

:set
— Options — cindent laststatus=2 scroll=17
tabstop=4 window=36
filetype=cpp number
smartindent ttyfast
helplang=en paste
Syntax=cpp ttymouse=xterm2
backspace=indent,eol,start
fileencoding=utf-8
fileencodings=ucs-bom,utf-8,default,latin1
printoptions=paper:letter
runtimepath=~/.vim,/var/lib/vim/addons,/usr/share/vim/vimfiles,/usr/share/vim/vim72,/usr/share/vim/vimfiles/af
ter,/var/lib/vim/addons/after,~/.vim/after
suffixes=.bak,~,.swp,.o,.info,.aux,.log,.dvi,.bbl,.blg,.brf,.cb,.ind,.idx,.ilg,.inx,.out,.toc

尝试:
:set ai

要么:

:set autoindent

查找有关自动缩进的更多信息:

:h ai

否则,它可能是文件类型检测的东西.

原文链接:https://www.f2er.com/bash/386486.html

猜你在找的Bash相关文章