1
0
Fork 0
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:
Mikael Magnusson 2014-12-08 17:00:41 +01:00
parent b2d45e46fa
commit 9987b3034d

View file

@ -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;