From 8e4566e5365e4fbefec55a7c28432dd241987ea6 Mon Sep 17 00:00:00 2001 From: Matthew Martin Date: Thu, 21 Mar 2019 19:46:22 -0500 Subject: 44144: _builtin: Append "builtin" to precommands --- Completion/Zsh/Command/_builtin | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Completion/Zsh/Command') diff --git a/Completion/Zsh/Command/_builtin b/Completion/Zsh/Command/_builtin index 9fb6acf7b..a77af9879 100644 --- a/Completion/Zsh/Command/_builtin +++ b/Completion/Zsh/Command/_builtin @@ -1,5 +1,7 @@ #compdef builtin +precommands+=(builtin) + if (( $CURRENT > 2 )); then shift words (( CURRENT -- )) -- cgit 1.4.1