From aaf94b61edfd222812dd6cb1bc2fa9ef1ae3e23d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 20 Oct 2017 18:00:28 +0530 Subject: [PATCH] ... --- kitty/boss.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/boss.py b/kitty/boss.py index 6a82b8310..e697936c4 100644 --- a/kitty/boss.py +++ b/kitty/boss.py @@ -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('@'):