about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Completion/Commands/_complete_help2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Commands/_complete_help b/Completion/Commands/_complete_help
index 593a2983e..bfbfa3222 100644
--- a/Completion/Commands/_complete_help
+++ b/Completion/Commands/_complete_help
@@ -5,7 +5,7 @@ _complete_help() {
 
   exec </dev/null	# ZLE closes stdin, which can cause errors
 
-  local _sort_tags=_help_sort_tags text i j k
+  local _sort_tags=_help_sort_tags text i j k tmp
   typeset -A help_funcs help_tags help_sfuncs help_styles
 
   compadd() { return 1 }