about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Core/compdump4
-rw-r--r--Completion/Core/compinit2
2 files changed, 3 insertions, 3 deletions
diff --git a/Completion/Core/compdump b/Completion/Core/compdump
index 92e47c19f..f427730f0 100644
--- a/Completion/Core/compdump
+++ b/Completion/Core/compdump
@@ -94,9 +94,9 @@ print -n autoload -U >> $_d_file
 while (( $#_d_als )); do
   if (( ! $+_compautos[$_d_als[1]] )); then
     print -n " $_d_als[1]"
-    if (( _i-- && $#_d_als > 1 )); then
+    if (( ! _i-- && $#_d_als > 1 )); then
       _i=5
-      print -n '\nautoload -U'
+      print -n ' \\\n           '
     fi
   fi
   shift _d_als
diff --git a/Completion/Core/compinit b/Completion/Core/compinit
index 6a35d17a7..5efc3d501 100644
--- a/Completion/Core/compinit
+++ b/Completion/Core/compinit
@@ -322,7 +322,7 @@ in the file:
 
 Note that the values for the styles may be partly incorrect. Please
 read the manual to find out how to configure the completion system
-with styles.
+with styles or use the \`compinstall' function.
 
 Have fun