Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] %val{buflist} does not produce quoted output by default #5158

Open
gknittl opened this issue Apr 26, 2024 · 1 comment
Open

[BUG] %val{buflist} does not produce quoted output by default #5158

gknittl opened this issue Apr 26, 2024 · 1 comment
Labels

Comments

@gknittl
Copy link

gknittl commented Apr 26, 2024

Version of Kakoune

v2022.10.31

Reproducer

Doc error at https://github.com/mawww/kakoune/blob/master/doc/pages/expansions.asciidoc
%val{buflist}

quoted list of the names of currently-open buffers (as seen in %val{bufname})

should read
%val{buflist}

list of the names of currently-open buffers (as seen in %val{bufname})

Quoting requires either echo -quoting or $kak_quoted_buflist as with any other expansion which could perhaps be added as a hint.

Outcome

n/a

Expectations

expect the docs are wrong, not the code

Additional information

No response

@gknittl gknittl added the bug label Apr 26, 2024
@krobelus
Copy link
Contributor

good find, yeah the doc seems wrong here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants