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:
@@ -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&</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?
|
||||
|
||||
Reference in New Issue
Block a user