>>I might've just forgotten to set sw=2, but I noticed that when I was >>editing a file and didn't want nested tabs being tabbed over to pretty >>much the right side of the screen, one little '>>' would tab it over 4 >>tabs (for ts=2) instead of just 1. Thought that was odd.
>You must have had shiftwidth at its default of 8. The indent used by ><< and >> is affected only by the setting of shiftwidth and doesn't >depend on the tabstop in any way. (The TYPE of whitespace added by >> >depends on the tabstop option, but the amount of indentation isn't >affected by it.) Yeah, as above, probably just forgot to set ts/sw to be equal. Most of the time I'll just stick a vim-line at the end of the file as an override, only on an as-needed basis, like that specific file that had way too many levels of nested tabs for its own good. Usually just for displaying purposes, so will shrink the tabstop and set line-numbering to make it easier to find things. Otherwise will just leave the default settings.