diff options
-rw-r--r-- | exopen.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -164,6 +164,7 @@ liberator.plugins.exOpen = (function() { var self = this; commands.addUserCommand(['exopen'], 'Open byextension URL', function(args) self.open(args), { + bang: true, completer: function(context, args) { context.title = ['Template', 'Description - Value']; if (!context.filter) { |