diff options
Diffstat (limited to 'twittperator.js')
-rwxr-xr-x | twittperator.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/twittperator.js b/twittperator.js index da64c68..100ab82 100755 --- a/twittperator.js +++ b/twittperator.js @@ -1560,6 +1560,7 @@ function loadPlugins() { // {{{ }, { bang: true, literal: 0, + hereDoc: true, completer: let (getting) function(context, args) { context.fork('File', 0, context, function (context) subCommandCompleter(context, args)); |