1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-23 17:23:32 +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>