mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-26 07:41:15 -03:00
Document escape of new lines
I'm not sure if line continuations are covered anywhere else in the docs, but I think the escapes section of the language page is a good place to mention them.
This commit is contained in:
@@ -148,6 +148,8 @@ The special characters and their escape sequences are:
|
||||
- ``\"`` escapes the quote character.
|
||||
- ``\'`` escapes the apostrophe character.
|
||||
|
||||
As a special case, ``\`` immediately followed by a literal new line is a "continuation" and tells fish to ignore the line break and resume input at the start of the next line (without introducing any whitespace or terminating a token).
|
||||
|
||||
.. _redirects:
|
||||
|
||||
Input/Output Redirection
|
||||
|
||||
Reference in New Issue
Block a user