From 9867c4091e71e6ed69889a9bfaee07275d2fa04e Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 19 Aug 1999 11:18:05 +0000 Subject: manual/7448 --- Completion/Core/compdump | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Completion/Core/compdump') diff --git a/Completion/Core/compdump b/Completion/Core/compdump index 8f8a3ee77..b4530ea8e 100644 --- a/Completion/Core/compdump +++ b/Completion/Core/compdump @@ -39,6 +39,12 @@ for _d_f in "$_patcomps[@]"; do done >> $_d_file print ")" >> $_d_file +print "\n_postpatcomps=(" >> $_d_file +for _d_f in "$_postpatcomps[@]"; do + print -r - "'${_d_f//\'/'\\''}'" +done >> $_d_file +print ")" >> $_d_file + print >> $_d_file # Now dump the key bindings. We dump all bindings for zle widgets -- cgit 1.4.1