diff options
author | Jagua | 2013-10-26 21:28:08 +0900 |
---|---|---|
committer | Jagua | 2013-10-26 21:28:08 +0900 |
commit | f8e5a65f1641fcaa1a76e28ad303d242eafbe65a (patch) | |
tree | 75486b940dc09115a82bfc6b5c9e67edd116a7c6 /exopen.js | |
parent | 3dc9d1f2b9ab1e892d9fd083ff5cce64c0d5abd1 (diff) | |
download | vimperator-plugins-f8e5a65f1641fcaa1a76e28ad303d242eafbe65a.tar.bz2 |
fix: specify the value of property *bang*.
Diffstat (limited to 'exopen.js')
-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) { |