summaryrefslogtreecommitdiffstats
path: root/mycli/clibuffer.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-02-08 11:28:51 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-02-08 11:28:51 +0000
commit08cfba7d158632e4132e0cd8db31f9f3d2f541f0 (patch)
tree8f4d83701ee1eda863677685a1198a2a93dc94f0 /mycli/clibuffer.py
parentAdding upstream version 1.22.2. (diff)
downloadmycli-59c8d4b57ffff9937d70f11f21ac4f1c3f3daac9.tar.xz
mycli-59c8d4b57ffff9937d70f11f21ac4f1c3f3daac9.zip
Adding upstream version 1.23.2.upstream/1.23.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'mycli/clibuffer.py')
-rw-r--r--mycli/clibuffer.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/mycli/clibuffer.py b/mycli/clibuffer.py
index c9d29d1..c0cb5c1 100644
--- a/mycli/clibuffer.py
+++ b/mycli/clibuffer.py
@@ -39,6 +39,8 @@ def _multiline_exception(text):
text.endswith('\\g') or
text.endswith('\\G') or
+ text.endswith(r'\e') or
+ text.endswith(r'\clip') or
# Exit doesn't need semi-column`
(text == 'exit') or