diff options
author | David Bremner <bremner@debian.org> | 2013-07-28 13:48:02 -0300 |
---|---|---|
committer | David Bremner <bremner@debian.org> | 2013-07-28 13:48:02 -0300 |
commit | 0eb4213766e051328da88203da44e7377a774807 (patch) | |
tree | aafe456cd33588849456a6c58dd2cdfe7ceb8258 /vim | |
parent | ec98f13a70e19352932ca4ff65075ccc3031092d (diff) |
debian: build notmuch-vim again
Based on id:1370220299-14722-1-git-send-email-felipe.contreras@gmail.com
Hacked rather extensively by db. The most important changes:
- bring back notmuch.yaml for the (debian specific?) vim-addons
tool.
- depend on vim-ruby, so we get a version of vim with ruby installed.
Diffstat (limited to 'vim')
-rw-r--r-- | vim/notmuch.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vim/notmuch.yaml b/vim/notmuch.yaml new file mode 100644 index 00000000..6d368105 --- /dev/null +++ b/vim/notmuch.yaml @@ -0,0 +1,9 @@ +addon: notmuch +description: "notmuch mail user interface" +files: + - plugin/notmuch.vim + - syntax/notmuch-compose.vim + - syntax/notmuch-folders.vim + - syntax/notmuch-git-diff.vim + - syntax/notmuch-search.vim + - syntax/notmuch-show.vim |