mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-28 22:52:28 +01:00
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.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
VIMBALL = muttator.vba
|
VIMBALL = muttator.vba
|
||||||
|
|
||||||
vimball: mkvimball.txt syntax/muttator.vim ftdetect/muttator.vim
|
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 || true
|
||||||
|
|
||||||
all: vimball
|
all: vimball
|
||||||
|
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
" TODO: what's the Muttator filename extension?
|
" TODO: what's the Muttator filename extension?
|
||||||
au BufNewFile,BufRead *muttatororrc*,*.muttator set filetype=muttator
|
au BufNewFile,BufRead *muttatorrc*,*.muttator set filetype=muttator
|
||||||
|
|||||||
@@ -104,7 +104,6 @@ unlet s:cpo_save
|
|||||||
|
|
||||||
" vim: tw=130 et ts=4 sw=4:
|
" vim: tw=130 et ts=4 sw=4:
|
||||||
ftdetect/muttator.vim [[[1
|
ftdetect/muttator.vim [[[1
|
||||||
3
|
2
|
||||||
" Muttator
|
|
||||||
" TODO: what's the Muttator filename extension?
|
" TODO: what's the Muttator filename extension?
|
||||||
au BufNewFile,BufRead *muttatororrc*,*.muttator set filetype=muttator
|
au BufNewFile,BufRead *muttatorrc*,*.muttator set filetype=muttator
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
VIMBALL = vimperator.vba
|
VIMBALL = vimperator.vba
|
||||||
|
|
||||||
vimball: mkvimball.txt syntax/vimperator.vim ftdetect/vimperator.vim
|
vimball: mkvimball.txt syntax/vimperator.vim ftdetect/vimperator.vim
|
||||||
echo '%MkVimball! ${VIMBALL} .' | vim -u NORC -N -e -s mkvimball.txt -
|
echo '%MkVimball! ${VIMBALL} .' | vim -u NORC -N -e -s mkvimball.txt || true
|
||||||
|
|
||||||
all: vimball
|
all: vimball
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user