mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-03 10:21:46 +02:00
Ingmar Vanhassel: 27457: add hilite as a precommand.
This commit is contained in:
parent
6576451be1
commit
80b3e88860
2 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
|||
2009-12-05 Clint Adams <clint@zsh.org>
|
||||
|
||||
* Ingmar Vanhassel: 27457: Completion/Zsh/Command/_precommand:
|
||||
add hilite as a precommand.
|
||||
|
||||
* Ingmar Vanhassel: 27456: Completion/Unix/Type/_tar_archive:
|
||||
complete .tar.lzma, .tbz, .txz.
|
||||
|
||||
|
@ -12435,5 +12438,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.4831 $
|
||||
* $Revision: 1.4832 $
|
||||
*****************************************************
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#compdef - nohup eval time rusage noglob nocorrect exec catchsegv aoss
|
||||
#compdef - nohup eval time rusage noglob nocorrect exec catchsegv aoss hilite
|
||||
|
||||
# precommands is made local in _main_complete
|
||||
precommands+=($words[1])
|
||||
|
|
Loading…
Reference in a new issue