about summary refs log tree commit diff
path: root/Completion/Zsh/Command/_builtin
diff options
context:
space:
mode:
authorMatthew Martin <phy1729@gmail.com>2019-04-04 18:45:19 -0500
committerMatthew Martin <phy1729@gmail.com>2019-04-04 18:45:19 -0500
commit5facfd32805831230f9b42b7ec9765e858b553a8 (patch)
tree338774bab29346eaa1f29dff5813f71611613157 /Completion/Zsh/Command/_builtin
parentbb790c8f8118d4428d8effc65b1c5dc03d1637f6 (diff)
downloadzsh-5facfd32805831230f9b42b7ec9765e858b553a8.tar.gz
zsh-5facfd32805831230f9b42b7ec9765e858b553a8.tar.xz
zsh-5facfd32805831230f9b42b7ec9765e858b553a8.zip
44200 (tweaked): Completion: Append to precommands in _normal
Diffstat (limited to 'Completion/Zsh/Command/_builtin')
-rw-r--r--Completion/Zsh/Command/_builtin4
1 files changed, 1 insertions, 3 deletions
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