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:
@@ -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.
|
||||
|
||||
@@ -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}
|
||||
@@ -1 +0,0 @@
|
||||
au BufNewFile,BufRead *pentadactylrc*,*.penta set filetype=pentadactyl
|
||||
@@ -1,2 +0,0 @@
|
||||
syntax/pentadactyl.vim
|
||||
ftdetect/pentadactyl.vim
|
||||
Reference in New Issue
Block a user