diff options
Diffstat (limited to 'direct_hb.js')
-rw-r--r-- | direct_hb.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/direct_hb.js b/direct_hb.js index 040a8d6..3d2183c 100644 --- a/direct_hb.js +++ b/direct_hb.js @@ -199,7 +199,7 @@ }
addHatenaBookmarks(hatenaUser,hatenaPassword,modules.buffer.URL,arg,isNormalize);
},{
- completer: function(context, arg, special){
+ completer: function(context, arg){
let filter = context.filter;
//var match_result = filter.match(/(.*)\[(\w*)$/); //[all, commited, now inputting]
var match_result = filter.match(/((?:\[[^\]]*\])+)?\[?(.*)/); //[all, commited, now inputting]
|