From 82119d8d1723667ddc77d760d2be448beef7c972 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Thu, 21 Jul 2016 17:48:21 +0200 Subject: 38904: fix return status in _normal and functions erroneously using it for default completion --- Completion/Unix/Command/_top | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_top') diff --git a/Completion/Unix/Command/_top b/Completion/Unix/Command/_top index 10c0e3481..0259c236a 100644 --- a/Completion/Unix/Command/_top +++ b/Completion/Unix/Command/_top @@ -98,4 +98,4 @@ if (( $#specs )); then return fi -_normal +_default -- cgit 1.4.1