I would like to convert tab to spaces in gvim. I added the following codes to my _vimrc:
set tabstop=2
It works to stop at 2 spaces but it still looks like one tab key is inserted (I tried to use h key to count spaces afterwards). Not sure what should I do to make gvim to convert tab to spaces?