1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-21 22:45:44 +01:00

Replace the *.vimp file extension with config specific extensions.

This commit is contained in:
Doug Kearns
2010-10-01 02:43:02 +10:00
parent 002522c179
commit 725cf1f1f7
12 changed files with 29 additions and 18 deletions

View File

@@ -918,7 +918,7 @@
<tags>'noloadplugins' 'loadplugins'</tags>
<spec>'loadplugins' 'lpl'</spec>
<type>regexlist</type>
<default>\.(js|vimp)$</default>
<default>\.(js|&dactyl.fileExt;)$</default>
<description>
<p>
A regular expression list that defines which plugins are loaded at
@@ -937,7 +937,7 @@
omit in your <tt><t>&dactyl.name;rc</t></tt> using something like
the below:
</p>
<code><ex>:set loadplugins=</ex>!<str delim="'">foo|bar</str>,<str delim="'">\.(js|vimp)$</str></code>
<code><ex>:set loadplugins=</ex>!<str delim="'">foo|bar</str>,<str delim="'">\.(js|&dactyl.fileExt;)$</str></code>
<p>
That will load all plugins but <em>foo</em> and <em>bar</em>.
</p>

View File

@@ -112,9 +112,9 @@
<p>
All directories in <o>runtimepath</o> are searched for a
plugins subdirectory and all yet unloaded plugins are loaded.
For each plugins directory, all <tt>*.{js,vimp}</tt> files (including
those in further subdirectories) are sourced alphabetically. No
plugins will be sourced if,
For each plugins directory, all <tt>*.{js,&dactyl.fileExt;}</tt>
files (including those in further subdirectories) are sourced
alphabetically. No plugins will be sourced if,
</p>
<ul>

View File

@@ -25,7 +25,7 @@
<description>
<p>
Load a color scheme. <a>name</a> is found by searching the <o>runtimepath</o> for the
first file matching <tt>colors/<a>name</a>.vimp</tt>.
first file matching <tt>colors/<a>name</a>.&dactyl.fileExt;</tt>.
</p>
<p>