diff options
Diffstat (limited to 'Src/zsh.h')
-rw-r--r-- | Src/zsh.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -217,7 +217,7 @@ struct mathfunc { /* chars that need to be quoted for pattern matching */ -#define PATCHARS "#^*()|[]<>?~" +#define PATCHARS "#^*()|[]<>?~\\" /* * Types of quote. This is used in various places, so care needs |