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/User/_cursors | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Completion/User/_cursors') diff --git a/Completion/User/_cursors b/Completion/User/_cursors index 7e5cbc44e..59ecb5976 100644 --- a/Completion/User/_cursors +++ b/Completion/User/_cursors @@ -1,5 +1,7 @@ #autoload +local expl + if (( ! $+_cursor_cache )); then local file @@ -12,4 +14,5 @@ if (( ! $+_cursor_cache )); then fi fi -compadd -M 'm:-=_ r:|_=*' - "$_cursor_cache[@]" +_description expl 'cursor name' +compadd "$@" "$expl[@]" -M 'm:-=_ r:|_=*' - "$_cursor_cache[@]" -- cgit 1.4.1