mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-22 00:21:27 +01:00
unposted: minor typo
This commit is contained in:
parent
d60334ec58
commit
1ac4f6a77f
2 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
* unposted: Config/version.mk: 4.3.4-dev-5.
|
||||
|
||||
* unposted: Src/lex.c: minor typo
|
||||
|
||||
* Wayne: 24273: Src/Modules/curses.c: various macros
|
||||
aren't supposed to return a value.
|
||||
|
||||
|
|
|
@ -1496,7 +1496,7 @@ dquote_parse(char endchar, int sub)
|
|||
* understand what that actually gets us, and we can't guarantee
|
||||
* it's a character anyway, because of the previous test.
|
||||
*
|
||||
* We use the same feature in cmd_or_math we we actually do
|
||||
* We use the same feature in cmd_or_math where we actually do
|
||||
* need to unget if we decide it's really a command substitution.
|
||||
* We try to handle the other case by testing for lexstop.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue