Compare commits

...

2 commits

Author SHA1 Message Date
Ggg6542 0307206acb
Merge a1ce006dbe into 285460dca6 2023-09-05 19:46:00 +02:00
Gasan (G.) Guseinov a1ce006dbe provide a message in case of an error 2023-03-03 16:10:00 +01:00

View file

@ -176,6 +176,7 @@ _%[1]s()
if [ $((directive & shellCompDirectiveError)) -ne 0 ]; then
__%[1]s_debug "Completion received error. Ignoring completions."
_message "${out}"
return
fi