cindent is not working in vim -
i using vim6.3, smartindent , cindent not working @ all, after manually setting them. autoindent work if set manually. can see vim compiled cindent can seen :version. filtype plugin indent on.
any possible reason this?
update vim 7.3 (or newer) by:
sudo apt-get update sudo apt-get install vim compose ~/.vimrc file with:
set cindent set smartindent set autoindent try vim now, work.
Comments
Post a Comment