From 08928573e4249a8e9822d52b420ee075b7fb39f9 Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Fri, 2 Jan 2015 20:03:28 +0200 Subject: [PATCH 1/1] completion: remove the broken notmuch-completion.tcsh The tcsh completion is minimal yet doesn't work at all. We're better off without it, it's more embarrassing than useful. --- completion/README | 4 ---- completion/notmuch-completion.tcsh | 2 -- 2 files changed, 6 deletions(-) delete mode 100644 completion/notmuch-completion.tcsh diff --git a/completion/README b/completion/README index 93f0f8bf..e200c189 100644 --- a/completion/README +++ b/completion/README @@ -11,10 +11,6 @@ notmuch-completion.bash [1] http://bash-completion.alioth.debian.org/ -notmuch-completion.tcsh - - Command-line completion for the tcsh shell. - notmuch-completion.zsh Command-line completion for the zsh shell. diff --git a/completion/notmuch-completion.tcsh b/completion/notmuch-completion.tcsh deleted file mode 100644 index c0d3a446..00000000 --- a/completion/notmuch-completion.tcsh +++ /dev/null @@ -1,2 +0,0 @@ -set NOTMUCH_CMD=`notmuch help | awk '/\t/' | cut -f2 |grep -v '^$'` -complete notmuch 'p/1/$NOTMUCH_CMD/' -- 2.43.0