From e52edc22d450feb21ce877d1a419dd64a8063d52 Mon Sep 17 00:00:00 2001 From: Andrew Janke Date: Tue, 17 Feb 2015 01:02:16 -0500 Subject: [PATCH] Pull in _theme autocompletion from old plugin (which I missed during the initial folding-over). --- lib/_theme | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lib/_theme diff --git a/lib/_theme b/lib/_theme new file mode 100644 index 000000000..8214ddb0d --- /dev/null +++ b/lib/_theme @@ -0,0 +1,3 @@ +#compdef theme + +_arguments "1: :($(lstheme | tr "\n" " "))"