Skip to content

Commit 2af95ae

Browse files
tpavlictimss
authored andcommitted
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?)
1 parent ba881b2 commit 2af95ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vimperator/contrib/vim/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
VIMBALL = vimperator.vba
22

33
vimball: mkvimball.txt syntax/vimperator.vim ftdetect/vimperator.vim
4-
echo '%MkVimball! ${VIMBALL} .' | vim -u NORC -N -e -s mkvimball.txt
4+
echo '%MkVimball! ${VIMBALL} .' | vim -u NORC -N -e -s mkvimball.txt -
55

66
all: vimball
77

0 commit comments

Comments
 (0)