diff options
author | anekos | 2010-08-03 10:51:10 +0000 |
---|---|---|
committer | anekos | 2010-08-03 10:51:10 +0000 |
commit | 108b9803480e12ced50cabbe9beebd6b4355b805 (patch) | |
tree | aa0757261797bf5d052645ce729a33d1d3624120 | |
parent | 990182ebbbb832e08f9c324817238a64ad71fd8f (diff) | |
download | vimperator-plugins-108b9803480e12ced50cabbe9beebd6b4355b805.tar.bz2 |
ヒアドキュメント対応。改行込みで送れるようにした
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38154 d0d07461-0603-4401-acd4-de1884942a52
-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)); |