mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-27 16:50:58 +01:00
zsh-3.1.5-pws-6
This commit is contained in:
parent
20d67907c9
commit
7a40d6c258
30 changed files with 1793 additions and 844 deletions
|
|
@ -109,7 +109,8 @@ int parend;
|
|||
|
||||
/* text of puctuation tokens */
|
||||
|
||||
static char *tokstrings[WHILE + 1] = {
|
||||
/**/
|
||||
char *tokstrings[WHILE + 1] = {
|
||||
NULL, /* NULLTOK 0 */
|
||||
";", /* SEPER */
|
||||
"\\n", /* NEWLIN */
|
||||
|
|
@ -120,7 +121,7 @@ static char *tokstrings[WHILE + 1] = {
|
|||
")", /* OUTPAR */
|
||||
"||", /* DBAR */
|
||||
"&&", /* DAMPER */
|
||||
")", /* OUTANG 10 */
|
||||
">", /* OUTANG 10 */
|
||||
">|", /* OUTANGBANG */
|
||||
">>", /* DOUTANG */
|
||||
">>|", /* DOUTANGBANG */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue