1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-21 22:45:44 +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 = teledactyl.vba
vimball: mkvimball.txt syntax/teledactyl.vim ftdetect/teledactyl.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 *teledactylrc*,*.tele set filetype=teledactyl

View File

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