1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-30 19:20:53 +02:00

unposted: add missing ml ref

This commit is contained in:
Mikael Magnusson 2015-01-10 20:52:20 +01:00
parent 53e3d9e063
commit 67d1c03698

View file

@ -35,11 +35,11 @@
2015-01-08 Peter Stephenson <p.stephenson@samsung.com> 2015-01-08 Peter Stephenson <p.stephenson@samsung.com>
* Src/init.c, Src/input.c, Src/lex.c, Src/parse.c, Src/zsh.h, * 34160: Src/init.c, Src/input.c, Src/lex.c, Src/parse.c,
Test/D08cmdsubst.ztst: fix the problem that command and similar Src/zsh.h, Test/D08cmdsubst.ztst: fix the problem that command
substitutions weren't properly parsed so could end prematurely. and similar substitutions weren't properly parsed so could end
Use improved resolution in context save and restore to allow prematurely. Use improved resolution in context save and restore
parsing the substitution while tracking the string. to allow parsing the substitution while tracking the string.
2015-01-07 Barton E. Schaefer <schaefer@zsh.org> 2015-01-07 Barton E. Schaefer <schaefer@zsh.org>