CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2022/04/22 09:48:29
Modified files: usr.bin/vi/docs/USD.doc/vi.man: vi.1 usr.bin/vi/ex : ex_bang.c ex_shift.c usr.bin/vi/include: ex_extern.h Log message: vi: apply expandtab to the output of a ! command This is consistent with vim's expandtab behavior. >From nvi2 (Craig Leres). OK tb@