Re: ksh.1: need preceding underscore for macro expansion

2015-10-17 Thread Jason McIntyre
On Sat, Oct 17, 2015 at 04:28:20PM +0200, Theo Buehler wrote: > An alias must be called `_c' in order for it to be executed upon > entering `@c' in ksh's vi command mode, not jsut `c'. > > The markup is taken from the corresponding line 900 in sh.1 > fixed, thanks. jmc > Index: bin/ksh/ksh.1 >

ksh.1: need preceding underscore for macro expansion

2015-10-17 Thread Theo Buehler
An alias must be called `_c' in order for it to be executed upon entering `@c' in ksh's vi command mode, not jsut `c'. The markup is taken from the corresponding line 900 in sh.1 Index: bin/ksh/ksh.1 === RCS file: /var/cvs/src/bin/ks