1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-18 07: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

@@ -204,6 +204,7 @@ io.commandFailed = E472: Command failed
io.definedAt = Defined at
io.downloadFinished-2 = Download of %S to %S finished
io.eNotDir = Not a directory
io.eNotDir-1 = Not a directory %S
io.exists = File exists (add ! to override)
io.exists-1 = File %S exists (add ! to override)
io.noCommand-1 = Command not found: %S
@@ -220,6 +221,7 @@ io.shellReturn-1 = shell returned %S
io.sourcing-1 = sourcing %S
io.sourcingEnd-1 = finished sourcing %S
io.sourcingError-1 = Sourcing file: %S
io.writing-1 = writing %S
macro.canceled-1 = Canceled playback of macro '%S'
macro.recorded-1 = Recorded macro '%S'

View File

@@ -73,15 +73,19 @@
</item>
<item>
<tags>:mks :mksyntax</tags>
<spec>:mks<oa>yntax</oa><oa>!</oa> <oa>path</oa></spec>
<tags>:mkv :mkvimruntime</tags>
<spec>:mkv<oa>imruntime</oa><oa>!</oa> <oa>dir</oa></spec>
<description>
<p>
Generate a Vim syntax file. If <oa>path</oa> is not given, the local
Vim runtime path is guessed. If <oa>path</oa> is a directory, the
file <str delim="">&dactyl.name;.vim</str> in that directory is
used. An existing file will never be overwritten unless
<oa>bang</oa> is given.
Creates and installs Vim ftdetect, ftplugin and syntax files. If
<oa>dir</oa> is not given, the local Vim runtime path is guessed.
An existing file will never be overwritten unless <oa>!</oa> is
given.
</p>
<p>
See <em>:help 'runtimepath'</em> and <em>:help after-directory</em>
in Vim for an explanation of how best to manage personal changes to
these files.
</p>
</description>
</item>