On Mon, Nov 23, 2015 at 01:36:00AM -0700, Anthony J. Bentley wrote:
> Hi,
>
> A simple change (comes from FreeBSD nvi).
>
> ok?
yes, please
>
> Index: common/options.c
> ===================================================================
> RCS file: /cvs/src/usr.bin/vi/common/options.c,v
> retrieving revision 1.18
> diff -u -p -r1.18 options.c
> --- common/options.c 14 Nov 2014 20:27:03 -0000 1.18
> +++ common/options.c 23 Nov 2015 08:14:46 -0000
> @@ -347,6 +347,7 @@ opts_init(SCR *sp, int *oargs)
> "directory=%s", (s = getenv("TMPDIR")) == NULL ? _PATH_TMP : s);
> OI(O_TMP_DIRECTORY, b1);
> OI(O_ESCAPETIME, "escapetime=1");
> + OI(O_FILEC, "filec=\t");
> OI(O_KEYTIME, "keytime=6");
> OI(O_MATCHTIME, "matchtime=7");
> (void)snprintf(b1, sizeof(b1), "msgcat=%s", _PATH_MSGCAT);
> Index: docs/USD.doc/vi.man/vi.1
> ===================================================================
> RCS file: /cvs/src/usr.bin/vi/docs/USD.doc/vi.man/vi.1,v
> retrieving revision 1.61
> diff -u -p -r1.61 vi.1
> --- docs/USD.doc/vi.man/vi.1 19 Nov 2015 07:53:31 -0000 1.61
> +++ docs/USD.doc/vi.man/vi.1 23 Nov 2015 08:14:47 -0000
> @@ -2315,7 +2315,7 @@ rather than basic regular expressions
> See
> .Xr re_format 7
> for more information on regular expressions.
> -.It Cm filec Bq no default
> +.It Cm filec Bq Aq tab
> Set the character to perform file path completion on the colon command line.
> .It Cm flash Bq off
> Flash the screen instead of beeping the keyboard on error.
>