1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-19 08:05:47 +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,4 +1,10 @@
1.0rc1:
1.1:
• Vim runtime files:
- renamed :mksyntax to :mkvimruntime which now generates
all Vim related files.
- Vimball packages are no longer available.
1.0:
• Extensive Firefox 4 support, including:
- Fully restartless. Can now be installed, uninstalled,
enabled, disabled, and upgraded without restarting Firefox.

View File

@@ -1,9 +0,0 @@
VIMBALL = pentadactyl.vba
vimball: mkvimball.txt syntax/pentadactyl.vim ftdetect/pentadactyl.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 *pentadactylrc*,*.penta set filetype=pentadactyl

View File

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