diff options
author | anekos | 2012-03-17 21:01:07 +0900 |
---|---|---|
committer | anekos | 2012-03-17 21:01:07 +0900 |
commit | 3610abbca80d2dde58e388ec9352f10c2e5d441a (patch) | |
tree | 6284896d8dbd61ecf9391c4a998d034034f5d476 /applauncher.js | |
parent | 9b8bfb6841412227b42708e77e0da55f1012570f (diff) | |
download | vimperator-plugins-3610abbca80d2dde58e388ec9352f10c2e5d441a.tar.bz2 |
Reloadable
Diffstat (limited to 'applauncher.js')
-rw-r--r-- | applauncher.js | 2 |
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; |