diff options
| author | Mathieu Ablasou <alexherbo2@gmail.com> | 2020-10-21 16:34:32 +0200 |
|---|---|---|
| committer | Mathieu Ablasou <alexherbo2@gmail.com> | 2020-10-21 16:34:32 +0200 |
| commit | 69001606d4e3ec652eac1def425941012e10a018 (patch) | |
| tree | ea37b52d79a2254e7cb2324ec314b4ee6e469e2b | |
| parent | e0728d7034aeb89f36b761e3d6373c63e3dff479 (diff) | |
buffer: Fix quoting by using :send -verbatim
| -rwxr-xr-x | rc/connect/commands/:buffer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/connect/commands/:buffer b/rc/connect/commands/:buffer index e74292a..c44118a 100755 --- a/rc/connect/commands/:buffer +++ b/rc/connect/commands/:buffer @@ -15,7 +15,7 @@ if [ ! -t 0 ]; then fi # Open buffer -:send buffer "$@" +:send -verbatim buffer "$@" # Focus back the client :send focus |
