Skip to content

Commit fcd8cd5

Browse files
tpavlictimss
authored andcommitted
Corrections to last commit.
* The stdin - wasn't needed. However, an ||true is now used to prevent Makefile from erroring out (I'm sure there's a better way). * muttatorrc was spelled muttatororrc; fixed now.
1 parent 2af95ae commit fcd8cd5

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 || true
55

66
all: vimball
77

0 commit comments

Comments
 (0)