Hello Tony,

> > How can I adjust vimrc configuration so tab alignment looks
> > the same both in Vim and in Notepad?
> > 
> Leave 'tabstop' at its default of 8, since (IIUC) the width of tab stops is 
> not user-settable in Notepad.
> 
> If you have any files that look different in Vim and Notepad, use ":verbose 
> setlocal tabstop?", the active cursor being in that file, to see where the 
> option was last set. If, for instance, the file has a |modeline| setting 
> 'tabstop' or 'ts' to anything other than 8, Vim won't display the file the 
> same way as Netscape.
> 
Thanks for your reply.
I've found the way to make tab alignments look alike both in Vim and Total 
Commander, and
it's simple.
Edit [Lister] section of TC config file wincmd.ini, add this line:
TabWidth=4

Best Regards,
Raymond

Reply via email to