@@ -84,7 +84,7 @@ class Subcommand(object):
self.plugin = module.Plugin(self.plugindata)
def _format_output(self, raw):
- suffix = "..."
+ suffix = "…"
cooked = raw
if self.plugindata.fmt == "plain":
if len(raw) > self.plugindata.maxlen: