diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2002-07-01 08:25:15 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2002-07-01 08:25:15 +0000 |
commit | 053629183d8075c5bd122c9767f0b4f8bf8be870 (patch) | |
tree | 7285316b73b6f649e1febcebc30be0c4fdfa3e0b /Doc/Zsh | |
parent | 6278159f6dc177bdfd6a18779b081198d47a9a80 (diff) | |
download | zsh-053629183d8075c5bd122c9767f0b4f8bf8be870.tar.gz zsh-053629183d8075c5bd122c9767f0b4f8bf8be870.tar.xz zsh-053629183d8075c5bd122c9767f0b4f8bf8be870.zip |
add new sepcial context -assign-parameter- for completing the parameter in an assignment (17387)
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/compsys.yo | 4 | ||||
-rw-r--r-- | Doc/Zsh/compwid.yo | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 323473dfd..94e846121 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -2515,6 +2515,10 @@ item(tt(-brace-parameter-))( for completing the name of a parameter expansion within braces (`tt(${...})'). ) +kindex(-assign-parameter-, completion context) +item(tt(-assign-parameter-))( +for completing the name of a parameter in an assignment. +) kindex(-command-, completion context) item(tt(-command-))( for completing in a command position. diff --git a/Doc/Zsh/compwid.yo b/Doc/Zsh/compwid.yo index a26386f09..298d0739c 100644 --- a/Doc/Zsh/compwid.yo +++ b/Doc/Zsh/compwid.yo @@ -158,6 +158,9 @@ item(tt(brace_parameter))( when completing the name of a parameter in a parameter expansion beginning with tt(${). ) +item(tt(assign_parameter))( +when completing the name of a parameter in a parameter assignment. +) item(tt(command))( when completing for a normal command (either in command position or for an argument of the command). |