aboutsummaryrefslogtreecommitdiffstats
path: root/applauncher.js
diff options
context:
space:
mode:
authoranekos2012-03-17 21:01:07 +0900
committeranekos2012-03-17 21:01:07 +0900
commit3610abbca80d2dde58e388ec9352f10c2e5d441a (patch)
tree6284896d8dbd61ecf9391c4a998d034034f5d476 /applauncher.js
parent9b8bfb6841412227b42708e77e0da55f1012570f (diff)
downloadvimperator-plugins-3610abbca80d2dde58e388ec9352f10c2e5d441a.tar.bz2
Reloadable
Diffstat (limited to 'applauncher.js')
-rw-r--r--applauncher.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/applauncher.js b/applauncher.js
index 1c28882..b280e5f 100644
--- a/applauncher.js
+++ b/applauncher.js
@@ -68,7 +68,7 @@ liberator.plugins.AppLauncher = (function(){
filter = filter.toLowerCase();
context.completions = completer.filter( function(el) el[0].toLowerCase().indexOf(filter) == 0);
}
- });
+ }, true);
},
buildMenu: function(){
var self = this;