1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-04 10:41:11 +02:00

39284: Added Completion System Variables as a menu item

This commit is contained in:
Vin Shelton 2016-09-11 16:48:06 -04:00 committed by Oliver Kiddle
parent 8011fe8a58
commit ef019506ae
2 changed files with 7 additions and 0 deletions

View file

@ -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.

View file

@ -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)