about summary refs log tree commit diff
path: root/ChangeLog
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 /ChangeLog
parent0e9faf67aa44e5de814d25925320d9e7dcfdaf09 (diff)
downloadzsh-36b290814f5c2176f67f10746d5e899ccc260a67.tar.gz
zsh-36b290814f5c2176f67f10746d5e899ccc260a67.tar.xz
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 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a08d2664..63b9342c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2016-11-03  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* 39802: Src/Zle/compcore.c, Src/Zle/complete.c: internal:
+	Document and simplify multiquote().
+
 	* users/22063: Doc/Zsh/zle.yo: bracketed-paste: Document ability
 	to specify a vi register. (after users/22036)