...
This commit is contained in:
parent
9a1b85081e
commit
aaf94b61ed
1 changed files with 1 additions and 1 deletions
|
|
@ -303,7 +303,7 @@ def data_for_at(arg):
|
|||
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('@'):
|
||||
|
|
|
|||
Loading…
Reference in a new issue