1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-27 05:22:26 +01:00

Document the 'iskeyword' option in options.xml.

This commit is contained in:
Štěpán Němec
2011-10-03 16:30:48 +02:00
parent 87bcb13de0
commit b8de280b74
2 changed files with 11 additions and 1 deletions

View File

@@ -1011,6 +1011,16 @@
</description>
</item>
<item>
<tags>'isk' 'iskeyword'</tags>
<spec>'iskeyword' 'isk'</spec>
<type>&option.iskeyword.type;</type>
<default>&option.iskeyword.default;</default>
<description>
<p>Regular expression defining which characters constitute words.</p>
</description>
</item>
<item>
<tags>'nojsd' 'nojsdebugger'</tags>
<tags>'jsd' 'jsdebugger'</tags>

View File

@@ -2113,7 +2113,7 @@ var Buffer = Module("Buffer", {
});
options.add(["iskeyword", "isk"],
"Regular expression defining which characters constitute word characters",
"Regular expression defining which characters constitute words",
"string", '[^\\s.,!?:;/"\'^$%&?()[\\]{}<>#*+|=~_-]',
{
setter: function (value) {