mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-11-01 06:20:55 +01:00
10681: Setopts in _complete_help the same as _main_complete.
This commit is contained in:
parent
c39481cb6d
commit
07b3a775b1
2 changed files with 8 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
2000-04-11 Clint Adams <schizo@debian.org>
|
||||
|
||||
* 10680: Completion/User/_diff_options: spelling corrections.
|
||||
|
||||
2000-04-11 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
|
||||
|
|
@ -8,7 +9,10 @@
|
|||
|
||||
2000-04-11 Bart Schaefer <schaefer@zsh.org>
|
||||
|
||||
* 10657: One change missed in 10635.
|
||||
* 10681: Completion/Commands/_complete_help: Setopts the same
|
||||
as _main_complete.
|
||||
|
||||
* 10657: Completion/User/_make: One change missed in 10635.
|
||||
|
||||
* Functions/Prompts/prompt_bart_setup: No-op cleanup.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,9 @@
|
|||
#compdef -k complete-word \C-xh
|
||||
|
||||
_complete_help() {
|
||||
setopt localoptions nullglob rcexpandparam extendedglob
|
||||
unsetopt markdirs globsubst shwordsplit nounset ksharrays
|
||||
|
||||
local _sort_tags=_help_sort_tags text i j k
|
||||
typeset -A help_funcs help_tags help_sfuncs help_styles
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue