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

Add quick 'n' dirty completion.highlightGroup for :command-complete.

This commit is contained in:
Doug Kearns
2009-01-16 22:24:25 +11:00
parent d4b88a73d7
commit a388a02cf0

View File

@@ -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;