summaryrefslogtreecommitdiff
path: root/muttator
diff options
context:
space:
mode:
authorTed Pavlic <ted@tedpavlic.com>2009-01-22 10:30:35 -0500
committerTed Pavlic <ted@tedpavlic.com>2009-01-22 10:30:35 -0500
commit612362149aa37b38ef77f8aceccf94f838deeb4c (patch)
tree7d202f91d43bc00320e4f73ebe2ddb307f688fee /muttator
parent6b8cd0b35b57fc30557818c24586f00e4cba0a6b (diff)
downloadpentadactyl-612362149aa37b38ef77f8aceccf94f838deeb4c.tar.gz
Fully-staged previous commit (f4e4ed50986d091461536536a6a085dfcbc91823).
* The vimperator.vba was not included although muttator.vba was. * Adjusted Makefiles so that vim is called with "-" to open stdin (that was required on my Vim7.2 system; does it break others?)
Diffstat (limited to 'muttator')
-rw-r--r--muttator/contrib/vim/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/muttator/contrib/vim/Makefile b/muttator/contrib/vim/Makefile
index 76277174..44947915 100644
--- a/muttator/contrib/vim/Makefile
+++ b/muttator/contrib/vim/Makefile
@@ -1,7 +1,7 @@
VIMBALL = muttator.vba
vimball: mkvimball.txt syntax/muttator.vim ftdetect/muttator.vim
- echo '%MkVimball! ${VIMBALL} .' | vim -u NORC -N -e -s mkvimball.txt
+ echo '%MkVimball! ${VIMBALL} .' | vim -u NORC -N -e -s mkvimball.txt -
all: vimball