mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-26 14:01:13 -03:00
Add vertical bar escape \| to documentation
Fixes #3794
(cherry picked from commit 84b59ae0be)
This commit is contained in:
@@ -106,6 +106,7 @@ Some characters can not be written directly on the command line. For these chara
|
||||
- '<code>\\\></code>' escapes the more than character
|
||||
- '<code>\\^</code>' escapes the circumflex character
|
||||
- '<code>\\&</code>' escapes the ampersand character
|
||||
- '<code>\\|</code>' escapes the vertical bar character
|
||||
- '<code>\\;</code>' escapes the semicolon character
|
||||
- '<code>\\"</code>' escapes the quote character
|
||||
- '<code>\\'</code>' escapes the apostrophe character
|
||||
|
||||
Reference in New Issue
Block a user