From 80b3e8886090837a20236deab83bf0b8660b97d8 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Sat, 5 Dec 2009 17:34:39 +0000 Subject: Ingmar Vanhassel: 27457: add hilite as a precommand. --- ChangeLog | 5 ++++- Completion/Zsh/Command/_precommand | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e397104a0..292b65531 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2009-12-05 Clint Adams + * 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 $ ***************************************************** diff --git a/Completion/Zsh/Command/_precommand b/Completion/Zsh/Command/_precommand index 12f45ca31..53078ca82 100644 --- a/Completion/Zsh/Command/_precommand +++ b/Completion/Zsh/Command/_precommand @@ -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]) -- cgit 1.4.1