Commit d398fec
committed
Fix missing double-quote escaping in zsh ghostel_cmd
The bash and fish integrations escaped both \ and " in arguments,
but the zsh version only escaped \. Arguments containing literal
double quotes would produce malformed OSC 51 payloads.1 parent d70a022 commit d398fec
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
| |||
0 commit comments