This commit is contained in:
Kovid Goyal 2017-10-20 18:00:28 +05:30
parent 9a1b85081e
commit aaf94b61ed
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -303,7 +303,7 @@ class Boss:
return w.text_for_selection()
if arg == '@ansi':
return w.buffer_as_ansi()
elif arg == '@text':
if arg == '@text':
return w.buffer_as_text()
if args[0].startswith('@'):