aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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],
],