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

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -