about summary refs log tree commit diff
path: root/Completion/Zsh
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2009-12-05 17:34:39 +0000
committerClint Adams <clint@users.sourceforge.net>2009-12-05 17:34:39 +0000
commit80b3e8886090837a20236deab83bf0b8660b97d8 (patch)
treee4def5a1ccc105d9686a02a8bf6e0b480517bf8a /Completion/Zsh
parent6576451be197b04713deee63de64e3784cda744d (diff)
downloadzsh-80b3e8886090837a20236deab83bf0b8660b97d8.tar.gz
zsh-80b3e8886090837a20236deab83bf0b8660b97d8.tar.xz
zsh-80b3e8886090837a20236deab83bf0b8660b97d8.zip
Ingmar Vanhassel: 27457: add hilite as a precommand.
Diffstat (limited to 'Completion/Zsh')
-rw-r--r--Completion/Zsh/Command/_precommand2
1 files changed, 1 insertions, 1 deletions
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])