summaryrefslogtreecommitdiffstats
path: root/mycli/clibuffer.py
diff options
context:
space:
mode:
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