1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-29 06:02:27 +01:00

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?)
This commit is contained in:
Ted Pavlic
2009-01-22 10:30:35 -05:00
parent 6b8cd0b35b
commit 612362149a
3 changed files with 114 additions and 2 deletions

View File

@@ -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