1 2 3 4 5 6
#!/bin/sh # List buffers kak_quoted_buflist=$(:get -quoting shell %val{buflist}) eval "set -- $kak_quoted_buflist" printf '%s\n' "$@"