Everyone's favorite: finally bump vi's escapetime.

Closes bin/2510: vi escape keys over slow... (and i think yet another one)

Submitted by:	kargl@troutmask.apl.washington.edu (Steven G. Kargl)
This commit is contained in:
Joerg Wunsch 1997-01-17 23:10:58 +00:00
parent 3e92fe3bd3
commit ac8fc3346d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21824

View File

@ -341,7 +341,7 @@ opts_init(sp, oargs)
(void)snprintf(b1, sizeof(b1),
"directory=%s", (s = getenv("TMPDIR")) == NULL ? _PATH_TMP : s);
OI(O_DIRECTORY, b1);
OI(O_ESCAPETIME, "escapetime=3");
OI(O_ESCAPETIME, "escapetime=6");
OI(O_KEYTIME, "keytime=6");
OI(O_MATCHTIME, "matchtime=7");
(void)snprintf(b1, sizeof(b1), "msgcat=%s", _PATH_MSGCAT);