Checkin some command-only tcsh completions

Modified-by Carl Worth <cworth@cworth.org>: Just moved the file down
into contrib where the other completion scripts are.
This commit is contained in:
Alexander Botero-Lowry 2009-11-18 17:15:43 -08:00 committed by Carl Worth
parent 14807ed2de
commit 5d0a01dceb

View file

@ -0,0 +1,2 @@
set NOTMUCH_CMD=`notmuch help | awk '/\t/' | cut -f2 |grep -v '^$'`
complete notmuch 'p/1/$NOTMUCH_CMD/'