diff options
author | teramako | 2011-07-27 21:44:30 +0900 |
---|---|---|
committer | teramako | 2011-07-27 21:44:30 +0900 |
commit | 9be892224e12a218abe375c73f422606b890c7ca (patch) | |
tree | 188b1f8f6e32eec2baacd179dc458300c6c3bf96 | |
parent | 37fd1b92df6cbc0c560c802704033e7236483b5b (diff) | |
download | vimperator-plugins-9be892224e12a218abe375c73f422606b890c7ca.tar.bz2 |
supports hereDocgoogle-plus-commando/poster
-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 54cddc6..c274baf 100644 --- a/google-plus-commando.js +++ b/google-plus-commando.js @@ -659,6 +659,7 @@ let g:gplus_commando_map_menu = "m" }, { literal: 0, + hereDoc: true, options: [ [['-link', '-l'], commands.OPTION_NOARG], [['-imageURL', '-i'], commands.OPTION_STRING], |