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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user