about summary refs log tree commit diff
path: root/Doc/Zsh/compsys.yo
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-10-22 21:54:07 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-10-24 00:53:45 +0000
commit71dd0ab62ecf67e3a4a60749e9f5b1cfc9ac0ec4 (patch)
tree5da98862f9c92cda523da50a5868e92803ea5628 /Doc/Zsh/compsys.yo
parent4eef3e6f0e2f7e258c961b30cef7f4d463fb8b2f (diff)
downloadzsh-71dd0ab62ecf67e3a4a60749e9f5b1cfc9ac0ec4.tar.gz
zsh-71dd0ab62ecf67e3a4a60749e9f5b1cfc9ac0ec4.tar.xz
zsh-71dd0ab62ecf67e3a4a60749e9f5b1cfc9ac0ec4.zip
39706: _tilde_files: Offer named directories. Document.
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-rw-r--r--Doc/Zsh/compsys.yo6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index 33ba92c16..42482760b 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -5019,6 +5019,12 @@ allows tt(_tags) to use a more
 specific context without having to change and reset the
 tt(curcontext) parameter (which has the same effect).
 )
+findex(_tilde_files)
+item(tt(_tilde_files))(
+Like tt(_files), but resolve leading tildes according to the rules of
+filename expansion, so the suggested completions don't start with
+a `tt(~)' even if the filename on the command-line does.
+)
 findex(_values)
 item(tt(_values) [ tt(-O) var(name) ] [ tt(-s) var(sep) ] [ tt(-S) var(sep) ] [ tt(-wC) ] var(desc) var(spec) ...)(
 This is used to complete arbitrary keywords (values) and their arguments,