aboutsummaryrefslogtreecommitdiffstats
path: root/google-plus-commando.js
diff options
context:
space:
mode:
authoranekos2011-07-27 21:03:21 +0900
committeranekos2011-07-27 21:04:25 +0900
commitf68fc70b9becb67806c7a70460067893f619b6c8 (patch)
treeb5d65681959c1ddb301de489e12974b5a6faf691 /google-plus-commando.js
parent895d97ae04e1e35ede236e2968e629285d4ab1ae (diff)
downloadvimperator-plugins-f68fc70b9becb67806c7a70460067893f619b6c8.tar.bz2
null と表示されていたりしたのでしないように
Diffstat (limited to 'google-plus-commando.js')
-rw-r--r--google-plus-commando.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/google-plus-commando.js b/google-plus-commando.js
index c970fa3..d7b45e9 100644
--- a/google-plus-commando.js
+++ b/google-plus-commando.js
@@ -862,7 +862,7 @@ let g:gplus_commando_map_menu = "m"
if (prefix)
context.advance(prefix.length);
- return [['anyone', 'to public']].concat([v for ([,v] in Iterator(store.get('CIRCLES', [])))]);
+ return [['anyone', 'to public']].concat([[v[0], ''] for ([, v] in Iterator(store.get('CIRCLES', [])))]);
}],
[['-setup'], commands.OPTION_NOARG],
],