diff options
| author | Chris Webb <chris@arachsys.com> | 2023-09-22 13:40:58 +0100 |
|---|---|---|
| committer | Chris Webb <chris@arachsys.com> | 2023-09-22 13:40:58 +0100 |
| commit | 9a0c7cea4782b035b3f5c32767853b69b7886e37 (patch) | |
| tree | 9a0e2f305c24efe8b1973a32b81bbcf704224c2e /src/input_handler.cc | |
| parent | 871631bb00dc4e531f0490927d5d7a73209cd249 (diff) | |
Fix quoting of arguments to kak -c SESSION
Filename arguments to kak -c SESSION are passed to the remote sessions
as commands like
edit 'FILENAME';
but single-quotes in FILENAME are incorrectly escaped as \' instead of
being doubled-up. Fix this so kak -c SESSION "foo'bar" becomes
edit 'foo''bar';
instead of
edit 'foo\'bar';
Reported by @FlyingWombat in https://github.com/mawww/kakoune/issues/4980
Diffstat (limited to 'src/input_handler.cc')
0 files changed, 0 insertions, 0 deletions
