Raymond wrote:
[...]
How can I adjust vimrc configuration so tab alignment looks
the same both in Vim and in Notepad?
Best Regards,
Raymond
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.
Best regards,
Tony.