Raymond wrote:
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



IIUC, that won't make them jibe with what you see in Notepad. (And sorry for that typo at the end of my second paragraph: s/Netcape/Notepad/ ).


Best regards,
Tony.

Reply via email to