diff options
author | Jagua | 2011-05-14 00:24:03 +0900 |
---|---|---|
committer | Jagua | 2011-05-14 00:24:03 +0900 |
commit | 6c55ff0e815f6ad0912c79ff79c2282f7fd61578 (patch) | |
tree | 45738b7d5ce15b76c2e46637fb326c7eef589ec2 | |
parent | d572aae18641364e97a6d712fa3e50cc15580738 (diff) | |
download | vimperator-plugins-6c55ff0e815f6ad0912c79ff79c2282f7fd61578.tar.bz2 |
show the full text of the translation
-rw-r--r-- | google-translator.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/google-translator.js b/google-translator.js index 63eb1f2..056e213 100644 --- a/google-translator.js +++ b/google-translator.js @@ -280,7 +280,7 @@ let INFO = let actions = { echo: - liberator.echo, + function (text) liberator.echo('<div style="white-space:normal">'+text+'</div>', commandline.FORCE_MULTILINE), insert: // FIXME 見えない要素相手だとうまくいかない function (text) { |