summaryrefslogtreecommitdiff
path: root/rc
diff options
context:
space:
mode:
authorMathieu Ablasou <alexherbo2@gmail.com>2020-10-21 14:16:48 +0200
committerMathieu Ablasou <alexherbo2@gmail.com>2020-10-21 14:16:48 +0200
commit767f78d036bc4691bd99ba612b69e709dcf589cc (patch)
tree257950426d1bc5956b1ce80459fb23040c7abd7d /rc
parent2800c6a4dfdf149813fd9d460565a240ecb332fd (diff)
Add -quoting shell to :ls
Diffstat (limited to 'rc')
-rwxr-xr-xrc/connect/commands/:ls2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/connect/commands/:ls b/rc/connect/commands/:ls
index e41719d..f847da8 100755
--- a/rc/connect/commands/:ls
+++ b/rc/connect/commands/:ls
@@ -1,6 +1,6 @@
#!/bin/sh
# List buffers
-kak_quoted_buflist=$(:get %val{buflist})
+kak_quoted_buflist=$(:get -quoting shell %val{buflist})
eval "set -- $kak_quoted_buflist"
printf '%s\n' "$@"