mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-08-15 16:21:07 +02:00
Fix typo in initial commit
This commit is contained in:
parent
b2d45e46fa
commit
9987b3034d
1 changed files with 1 additions and 1 deletions
|
@ -1235,7 +1235,7 @@ zleread(char **lp, char **rp, int flags, int context, char *init, char *finish)
|
||||||
resetneeded = 1;
|
resetneeded = 1;
|
||||||
/*
|
/*
|
||||||
* Start of the main zle read.
|
* Start of the main zle read.
|
||||||
* Fully reset error conditions, including error interrupt.
|
* Fully reset error conditions, including user interrupt.
|
||||||
*/
|
*/
|
||||||
errflag = retflag = 0;
|
errflag = retflag = 0;
|
||||||
lastcol = -1;
|
lastcol = -1;
|
||||||
|
|
Loading…
Reference in a new issue