mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-11 13:01:28 +02:00
39284: Added Completion System Variables as a menu item
This commit is contained in:
parent
8011fe8a58
commit
ef019506ae
2 changed files with 7 additions and 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>
|
2016-09-11 Oliver Kiddle <opk@zsh.org>
|
||||||
|
|
||||||
* 39261 (tweaked cf. Daniel: 39275): Doc/Zsh/compsys.yo:
|
* 39261 (tweaked cf. Daniel: 39275): Doc/Zsh/compsys.yo:
|
||||||
|
@ -17,6 +22,7 @@
|
||||||
|
|
||||||
* 39252: Src/Zle/compcore.c, Src/Zle/compctl.c,
|
* 39252: Src/Zle/compcore.c, Src/Zle/compctl.c,
|
||||||
Src/Zle/computil.c, Src/Zle/zle_misc.c, Src/Zle/zle_tricky.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:
|
Src/builtin.c, Src/subst.c, Src/text.c, Src/utils.c: internal:
|
||||||
quotestring: Drop the 'e' parameter, which no caller uses.
|
quotestring: Drop the 'e' parameter, which no caller uses.
|
||||||
|
|
||||||
|
|
|
@ -91,6 +91,7 @@ menu(Control Functions)
|
||||||
menu(Bindable Commands)
|
menu(Bindable Commands)
|
||||||
menu(Completion Functions)
|
menu(Completion Functions)
|
||||||
menu(Completion Directories)
|
menu(Completion Directories)
|
||||||
|
menu(Completion System Variables)
|
||||||
endmenu()
|
endmenu()
|
||||||
|
|
||||||
texinode(Initialization)(Completion System Configuration)()(Completion System)
|
texinode(Initialization)(Completion System Configuration)()(Completion System)
|
||||||
|
|
Loading…
Reference in a new issue