I want to change tab key spacing to 4 spaces in VIM editor on CVS server.
I know the :set tabstop=4 command is used for that but it does not have a permanent effect. After restarting VIM it changes to 8 spaces by default. I want to change it permanently.
Thanks in advance.