diff options
-rwxr-xr-x | twittperator.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/twittperator.js b/twittperator.js index 257a7d0..1516912 100755 --- a/twittperator.js +++ b/twittperator.js @@ -1370,6 +1370,8 @@ </div>; }; + let list = []; + if (args.bang && !/^[-+]/.test(args[0])) { context.title = ["Name","Entry"]; list = history.map(function(s) ("retweeted_status" in s) ? @@ -1436,7 +1438,6 @@ completer: let (getting) function(context, args) { context.fork('File', 0, context, function (context) subCommandCompleter(context, args)); - let list = []; let doGet = (expiredStatus || !(history && history.length)) && setting.autoStatusUpdate; let matches = args.bang ? args.literalArg.match(/([-+?])/) |