Re: vi: add expandtab option

2020-04-27 Thread David Gwynne
> On 28 Apr 2020, at 13:31, Todd C. Miller wrote: > > On Thu, 02 Apr 2020 16:21:47 -0600, "Todd C. Miller" wrote: > >> In vim, the expandtab option expands tabs to spaces in insert mode >> as well as when shifting and indenting/outdenting. This is very >> useful when working on a code-base w

Re: vi: add expandtab option

2020-04-27 Thread Todd C . Miller
On Thu, 02 Apr 2020 16:21:47 -0600, "Todd C. Miller" wrote: > In vim, the expandtab option expands tabs to spaces in insert mode > as well as when shifting and indenting/outdenting. This is very > useful when working on a code-base where the style dictates using > spaces instead of tabs for inden

vi: add expandtab option

2020-04-02 Thread Todd C . Miller
In vim, the expandtab option expands tabs to spaces in insert mode as well as when shifting and indenting/outdenting. This is very useful when working on a code-base where the style dictates using spaces instead of tabs for indentation. NetBSD added an implementation of expandtab to their vi some