about summary refs log tree commit diff
path: root/Completion/Unix/Type/_user_at_host
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Type/_user_at_host')
-rw-r--r--Completion/Unix/Type/_user_at_host2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Type/_user_at_host b/Completion/Unix/Type/_user_at_host
index b652242d3..a242ddeb6 100644
--- a/Completion/Unix/Type/_user_at_host
+++ b/Completion/Unix/Type/_user_at_host
@@ -5,7 +5,7 @@
 # with `-t tag'.
 # A `-' or `--' as the first argument is ignored.
 
-local suf tag=accounts
+local expl suf tag=accounts
 
 if [[ "$1" = -t?* ]]; then
   tag="${1[3,-1]}"