From 5facfd32805831230f9b42b7ec9765e858b553a8 Mon Sep 17 00:00:00 2001 From: Matthew Martin Date: Thu, 4 Apr 2019 18:45:19 -0500 Subject: 44200 (tweaked): Completion: Append to precommands in _normal --- Completion/Zsh/Command/_builtin | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Completion/Zsh/Command/_builtin') diff --git a/Completion/Zsh/Command/_builtin b/Completion/Zsh/Command/_builtin index a77af9879..ffb7b8c8d 100644 --- a/Completion/Zsh/Command/_builtin +++ b/Completion/Zsh/Command/_builtin @@ -1,11 +1,9 @@ #compdef builtin -precommands+=(builtin) - if (( $CURRENT > 2 )); then shift words (( CURRENT -- )) - _normal + _normal -p $service else local expl -- cgit 1.4.1