mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 20:27:58 +01:00
Add quick 'n' dirty completion.highlightGroup for :command-complete.
This commit is contained in:
@@ -1553,6 +1553,9 @@ function Completion() //{{{
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
// XXX
|
||||||
|
highlightGroup: function highlightGroup(context, args) commands.get("highlight").completer(context, args),
|
||||||
|
|
||||||
history: function _history(context, maxItems)
|
history: function _history(context, maxItems)
|
||||||
{
|
{
|
||||||
context.format = history.format;
|
context.format = history.format;
|
||||||
|
|||||||
Reference in New Issue
Block a user