We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be82345 commit 5cfb66fCopy full SHA for 5cfb66f
1 file changed
mycli/clibuffer.py
@@ -37,10 +37,10 @@ def _multiline_exception(text):
37
# Ended with the current delimiter (usually a semi-column)
38
text.endswith((
39
special.get_current_delimiter(),
40
- text.endswith("\\g"),
41
- text.endswith("\\G"),
42
- text.endswith(r"\e"),
43
- text.endswith(r"\clip"),
+ "\\g",
+ "\\G",
+ r"\e",
+ r"\clip",
44
))
45
or
46
# Exit doesn't need semi-column`
0 commit comments