about summary refs log tree commit diff
path: root/Completion/User
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/User')
-rw-r--r--Completion/User/.distfiles11
-rw-r--r--Completion/User/_hosts2
-rw-r--r--Completion/User/_perldoc2
3 files changed, 8 insertions, 7 deletions
diff --git a/Completion/User/.distfiles b/Completion/User/.distfiles
index f2b0f520f..caf25f120 100644
--- a/Completion/User/.distfiles
+++ b/Completion/User/.distfiles
@@ -1,8 +1,9 @@
 DISTFILES_SRC='
     .distfiles
-    _a2ps _bunzip2 _bzip2 _chown _colors _compress _configure _cursors _cvs
-    _dd _dir_list _dvi _exec_funcs _find _gdb _gprof _groups _gs _gs_name
-    _gunzip _gv _gzip _hosts _make _man _mh _patch _pbm _pdf _ps _pspdf
-    _rcs _rlogin _sh _strip _stty _su _tar _tar_archive _tex _uncompress
-    _use_lo _users _xargs
+    _a2ps _bunzip2 _bzip2 _chown _compress _configure _dd _dir_list _dvi
+    _exec_funcs _find _gdb _gprof _groups _gs _gs_name _gunzip _gv _gzip
+    _hosts _lynx _make _man _mh _nslookup _patch _pbm _pdf _perl_basepods
+    _perl_builtin_funcs _perl_modules _perldoc _ps _pspdf _rcs _rlogin _sh
+    _strip _stty _su _tar _tar_archive _tex _uncompress _urls _use_lo
+    _users _xargs
 '
diff --git a/Completion/User/_hosts b/Completion/User/_hosts
index a159a9291..6b2f350aa 100644
--- a/Completion/User/_hosts
+++ b/Completion/User/_hosts
@@ -1,4 +1,4 @@
-#compdef ftp ncftp ping rwho rup xping traceroute telnet
+#compdef ftp ncftp ping rwho rup xping traceroute nslookup telnet
 
 local expl
 
diff --git a/Completion/User/_perldoc b/Completion/User/_perldoc
index cd5383a45..d15650448 100644
--- a/Completion/User/_perldoc
+++ b/Completion/User/_perldoc
@@ -15,9 +15,9 @@ if [[ $CURRENT -eq 3 && $words[2] == '-f' ]]; then
   _perl_builtin_funcs
 elif [[ $CURRENT -eq 3 && $words[2] == '-q' ]]; then
   zle -R "I can't read your mind!"
+  return 1
 else
   _perl_modules
   _perl_basepods
   _path_files -/ -g '*.(pod|pm)'
 fi
-