mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 09:48:00 +01:00
initial crack at :command -complete - YALNS
This commit is contained in:
@@ -923,7 +923,7 @@ function Completion() //{{{
|
||||
return [0, this.filter(vars, filter)];
|
||||
},
|
||||
|
||||
event: function event(filter) [0, this.filter(config.autocommands, filter)],
|
||||
autocmdEvent: function autocmdEvent(filter) [0, this.filter(config.autocommands, filter)],
|
||||
|
||||
// provides completions for ex commands, including their arguments
|
||||
ex: function ex(str)
|
||||
|
||||
Reference in New Issue
Block a user