vim - Why doesn't setting ts=4 in .vimrc work? -


i have stupid question stuck. set set ts=4 in .vimrc file, looks not work. open new file, tab still extended 3 spaces. , under command mode, "set ts" got "tabstop=3". there final file .vimrc overwrite ts?

even type :set ts=4, in vim, when type tab, has 3 spaces in length.

here suspicious options cause annoying result in .vimrc

set autoindent set shiftwidth=4 set softtabstop=4 set backspace=2 

thanks.

try this:

:verbose set tabstop? 

in vim, tell tabstop option value coming from.


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 -