Configuration in my .vimrc:
set tabstop=4
set expandtab
set softtabstop=4
set shiftwidth=4
I have edit a file which contain tab,saved and reopen to have a look at it with set list,the tab key saved,why set expandtab can't convert tab into 4 spaces automatically?