summaryrefslogtreecommitdiff
path: root/Src/Zle/complete.c
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-11-01 17:26:08 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-11-03 16:44:14 +0000
commit36b290814f5c2176f67f10746d5e899ccc260a67 (patch)
tree5ad53d0b21bbf4ae574fddfcc54c181156753cfe /Src/Zle/complete.c
parent0e9faf67aa44e5de814d25925320d9e7dcfdaf09 (diff)
downloadzsh-36b290814f5c2176f67f10746d5e899ccc260a67.tar.gz
zsh-36b290814f5c2176f67f10746d5e899ccc260a67.zip
39802: internal: Document and simplify multiquote().
The code simplifications take advantage of the fact that all callers pass either 0 or 1 for 'ign'. The tildequote() text is from workers/39271.
Diffstat (limited to 'Src/Zle/complete.c')
-rw-r--r--Src/Zle/complete.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Zle/complete.c b/Src/Zle/complete.c
index 4bf238fab..73619347c 100644
--- a/Src/Zle/complete.c
+++ b/Src/Zle/complete.c
@@ -52,7 +52,7 @@ char **compwords,
*compqiprefix,
*compqisuffix,
*compquote,
- *compqstack,
+ *compqstack, /* compstate[all_quotes] */
*comppatmatch,
*complastprompt;
/**/