1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-27 17:15:46 +01:00

Rename :mksyntax to :mkvimruntime.

This now generates and installs all Vim runtime files.

Closes issue #653.
This commit is contained in:
Doug Kearns
2011-07-07 00:34:21 +10:00
parent fa626cda6a
commit 7f7b0319f9
14 changed files with 115 additions and 88 deletions

View File

@@ -1,9 +0,0 @@
VIMBALL = melodactyl.vba
vimball: mkvimball.txt syntax/melodactyl.vim ftdetect/melodactyl.vim
-echo '%MkVimball! ${VIMBALL} .' | vim -u NORC -N -e -s mkvimball.txt
all: vimball
clean:
rm -f ${VIMBALL}

View File

@@ -1 +0,0 @@
au BufNewFile,BufRead *melodactylrc*,*.melo set filetype=melodactyl

View File

@@ -1,2 +0,0 @@
syntax/melodactyl.vim
ftdetect/melodactyl.vim