mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 07:04:29 +00: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:
parent
3ac6bdd437
commit
37b0f4dabc
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue