diff options
| author | anekos | 2011-09-07 15:25:39 +0900 | 
|---|---|---|
| committer | anekos | 2011-09-07 15:25:39 +0900 | 
| commit | bb7ca55d1b3a23eaa8529938fe691def8c223198 (patch) | |
| tree | 95634898b1e8739a2f44a4732477fb888bea0c66 | |
| parent | 5049f86bfddd7ef18f58efef9e0c60d16376126b (diff) | |
| download | vimperator-plugins-bb7ca55d1b3a23eaa8529938fe691def8c223198.tar.bz2 | |
変なスペース抹殺
| -rw-r--r-- | google-plus-commando.js | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/google-plus-commando.js b/google-plus-commando.js index 9fd1411..c18c64a 100644 --- a/google-plus-commando.js +++ b/google-plus-commando.js @@ -1704,9 +1704,9 @@ let g:gplus_commando_map_menu            = "m"    // Export {{{ -  __context__.command  = Commands; -  __context__.element  = Elements; -  __context__.selector  = S; +  __context__.command = Commands; +  __context__.element = Elements; +  __context__.selector = S;    __context__.linkDetector = LinkDetector;    // }}}  | 
