diff options
author | anekos | 2011-07-16 08:01:12 +0900 |
---|---|---|
committer | anekos | 2011-07-16 08:01:12 +0900 |
commit | e47c7e5997f535080addafa5e412ae24f70991c5 (patch) | |
tree | 0ac35b00c3a550f1b184c752e5389bfb9c48c3be | |
parent | a3da7b7abfd54b0f50ab3b9450c0e006fa3c0bd4 (diff) | |
download | vimperator-plugins-e47c7e5997f535080addafa5e412ae24f70991c5.tar.bz2 |
[post] でヘルプが出ないのなおした
-rw-r--r-- | google-plus-commando.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/google-plus-commando.js b/google-plus-commando.js index 2fb61da..bba97b7 100644 --- a/google-plus-commando.js +++ b/google-plus-commando.js @@ -327,6 +327,7 @@ let INFO = post: function() { buffer.scrollTop(); click(Elements.post.open); + PostHelp.show(); }, yank: function () { let e = Elements.currentEntry.permlink; |