diff options
| author | Vin Shelton <ethersoft@gmail.com> | 2016-09-11 16:48:06 -0400 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2016-09-12 00:23:58 +0200 |
| commit | ef019506aeab44d830efccef27a7c9727156300c (patch) | |
| tree | 7459ffdee3272c75676358d5aaa1e86acf105ede | |
| parent | 39261 (tweaked cf. Daniel: 39275): don't unconditionally elevate privileges w... (diff) | |
| download | zsh-ef019506aeab44d830efccef27a7c9727156300c.tar zsh-ef019506aeab44d830efccef27a7c9727156300c.tar.gz zsh-ef019506aeab44d830efccef27a7c9727156300c.tar.bz2 zsh-ef019506aeab44d830efccef27a7c9727156300c.tar.lz zsh-ef019506aeab44d830efccef27a7c9727156300c.tar.xz zsh-ef019506aeab44d830efccef27a7c9727156300c.tar.zst zsh-ef019506aeab44d830efccef27a7c9727156300c.zip | |
39284: Added Completion System Variables as a menu item
| -rw-r--r-- | ChangeLog | 6 | ||||
| -rw-r--r-- | Doc/Zsh/compsys.yo | 1 |
2 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2016-09-11 Vin Shelton <ethersoft@gmail.com> + + * 39284: Doc/Zsh/compsys.yo: + Added Completion System Variables as a menu item + 2016-09-11 Oliver Kiddle <opk@zsh.org> * 39261 (tweaked cf. Daniel: 39275): Doc/Zsh/compsys.yo: @@ -17,6 +22,7 @@ * 39252: Src/Zle/compcore.c, Src/Zle/compctl.c, Src/Zle/computil.c, Src/Zle/zle_misc.c, Src/Zle/zle_tricky.c, + Src/builtin.c, Src/subst.c, Src/text.c, Src/utils.c: internal: quotestring: Drop the 'e' parameter, which no caller uses. diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index bc036ada5..87be0fc59 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -91,6 +91,7 @@ menu(Control Functions) menu(Bindable Commands) menu(Completion Functions) menu(Completion Directories) +menu(Completion System Variables) endmenu() texinode(Initialization)(Completion System Configuration)()(Completion System) |
