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

added framework for :foo! <tab> special completion

This commit is contained in:
Martin Stubenschrott
2008-01-07 16:23:26 +00:00
parent a43249672f
commit 52df3a24dc
3 changed files with 8 additions and 5 deletions

View File

@@ -2115,7 +2115,7 @@ vimperator.Commands = function () //{{{
"<code class=\"command\">:set option+={value}</code>, <code class=\"command\">:set option^={value}</code> and <code class=\"command\">:set option-={value}</code> " +
"adds/multiplies/subtracts <code class=\"argument\">{value}</code> from a number option and appends/prepends/removes <code class=\"argument\">{value}</code> from a string option.<br/>" +
"<code class=\"command\">:set all</code> shows the current value of all options and <code class=\"command\">:set all&amp;</code> resets all options to their default values.<br/>",
completer: function (filter) { return vimperator.completion.option(filter); }
completer: function (filter, special) { return vimperator.completion.option(filter, special); }
}
));
// TODO: sclose instead?