summaryrefslogtreecommitdiff
path: root/common/locale
diff options
context:
space:
mode:
authorDoug Kearns <dougkearns@gmail.com>2011-07-07 00:34:21 +1000
committerDoug Kearns <dougkearns@gmail.com>2011-07-07 00:34:21 +1000
commit7f7b0319f982f1fb45f24241bc196960213bbd02 (patch)
treed78d72bf9ddff8f05e4cbd7f91e1aa35348126ff /common/locale
parentfa626cda6a652e9cfefac963a16f814125ddd17f (diff)
downloadpentadactyl-7f7b0319f982f1fb45f24241bc196960213bbd02.tar.gz
Rename :mksyntax to :mkvimruntime.
This now generates and installs all Vim runtime files. Closes issue #653.
Diffstat (limited to 'common/locale')
-rw-r--r--common/locale/en-US/messages.properties2
-rw-r--r--common/locale/en-US/various.xml18
2 files changed, 13 insertions, 7 deletions
diff --git a/common/locale/en-US/messages.properties b/common/locale/en-US/messages.properties
index 2a7ce15b..795d5150 100644
--- a/common/locale/en-US/messages.properties
+++ b/common/locale/en-US/messages.properties
@@ -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'
diff --git a/common/locale/en-US/various.xml b/common/locale/en-US/various.xml
index d6e1d9c2..3d3dade6 100644
--- a/common/locale/en-US/various.xml
+++ b/common/locale/en-US/various.xml
@@ -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>