1
0
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:
Doug Kearns
2008-11-13 15:41:08 +00:00
parent 8b37c91b7b
commit 47fbbacf41
5 changed files with 80 additions and 11 deletions

View File

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