mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-05-20 23:41:27 +02:00
51111: update completion for global to version 6.6.8
This commit is contained in:
parent
48f36784a8
commit
72540a758a
2 changed files with 10 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
|||
2022-12-09 Bart Schaefer <schaefer@zsh.org>
|
||||
|
||||
* Shohei YOSHIDA: 51111: Completion/Unix/Command/_global:
|
||||
update completion for global to version 6.6.8
|
||||
|
||||
* 51047: Completion/Unix/Type/_canonical_paths: fix quoting
|
||||
of completion matches when _canonical_paths -N option is used
|
||||
|
||||
|
|
|
@ -9,15 +9,18 @@ _arguments \
|
|||
"$cmds"{-I,--idutils}'[print all lines which match pattern using id-utils]:pattern' \
|
||||
"$cmds"{-p,--print-dbpath}'[print location of GTAGS]' \
|
||||
"$cmds"{-P,--path}'[print paths matching pattern]:pattern:' \
|
||||
"$cmds"'--print[print locate of root/dbpath/conf]:name:(root dbpath conf)' \
|
||||
"$cmds"{-u,--update}'[locate tag files and update incrementally]' \
|
||||
'(-a --absolute)'{-a,--absolute}'[print absolute path names]' \
|
||||
'(--color)--color=-[color matches]::color:(always auto never)' \
|
||||
'(-C --directory)'{-C,--directory}'[change the directory before doing all the work]:dir:_files -/' \
|
||||
'(-d --definition)'{-d,--definition}'[print locations of definitions]' \
|
||||
'(-e --regexp :)'{-e,--regexp}'[specify pattern]:pattern:_global_tags' \
|
||||
'(-E --extended-regexp -G --basic-regexp)'{-E,--extended-regexp}'[interpret pattern as a extended regular expression]' \
|
||||
'(--encode-path)--encode-path=-[encode path characters in hexadecimal representation]:format' \
|
||||
'(-F --first-match)'{-f,--first-match}'[stop searching if tag is found in current tag file]' \
|
||||
'(--from-here)--from-here=-[decide tag type by context]:line_path:' \
|
||||
'(-G --basic-regexp :)'{-G,--basic-regexp}'[specify basic regexp to use]:word:_global_tags' \
|
||||
'(-E --extended-regexp -G --basic-regexp)'{-G,--basic-regexp}'[interpret pattern as a basic regular expression]' \
|
||||
'(--gtagsconf)--gtagsconf=-[set environment variable GTAGSCONF]:file:_files' \
|
||||
'(--gtagslabel)--gtagslabel=-[set environment variable GTAGSLABEL]:file:_files' \
|
||||
'(-i --ignore-case)'{-i,--ignore-case}'[ignore case in patterns]' \
|
||||
|
@ -27,6 +30,7 @@ _arguments \
|
|||
'(-M --match-case)'{-m,--match-case}'[enable case sensitive search]' \
|
||||
'(--match-part)--match-part=-[specify how path name completion should match]::part:(first last all)' \
|
||||
'(-n --nofilter)'{-n,--nofilter}'[suppress sort filter and path conversion filter]' \
|
||||
'(-N --nearness)'{-N,--nearness=-}'[use nearness sort method for the output]:start:_files' \
|
||||
'(-O --only-other)'{-O,--only-other}'[search only text files]' \
|
||||
'(-o --other)'{-o,--other}'[search in other files, not just source files (with -g)]' \
|
||||
'(--path-style)--path-style=-[specify path style]::style:(relative absolute shorter abslib through)' \
|
||||
|
@ -34,11 +38,12 @@ _arguments \
|
|||
'(-q --quiet)'{-q,--quiet}'[quiet mode]' \
|
||||
'(-r --reference --rootdir)'{-r,--reference,--rootdir}'[find object references instead of definitions]' \
|
||||
'(--result)--result=-[specify result format]::format:(path ctags ctags-x grep cscope)' \
|
||||
'(- :)--single-update=-[updata tag for specified file]:file:_files' \
|
||||
'(- :)--single-update=-[update tag for specified file]:file:_files' \
|
||||
'(-s --symbol)'{-s,--symbol}'[find symbols instead of function names]:pattern' \
|
||||
'(-t --tags)'{-t,--tags}'[output in standard ctags format]' \
|
||||
'(-T --through -s -r -l)'{-T,--through}'[search through all tag files in GTAGSLIBPATH]' \
|
||||
'(-v --verbose)'{-v,--verbose}'[verbose mode]' \
|
||||
'(-V --invert-match)'{-V,--invert-match}'[invert the sense of matching, to select non-matching lines]' \
|
||||
'(-x --cxref)'{-x,--cxref}'[additionally list line number and contents]' \
|
||||
'(- :)--version[display version information]' \
|
||||
'(- :)--help[display help information]' \
|
||||
|
|
Loading…
Reference in a new issue