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

many char support for listchars's space. #12258

Open
WingDust opened this issue May 6, 2020 · 2 comments
Open

many char support for listchars's space. #12258

WingDust opened this issue May 6, 2020 · 2 comments
Labels
display redraw, layout, presentation enhancement feature request
Milestone

Comments

@WingDust
Copy link

WingDust commented May 6, 2020

  • nvim --version:0.4.3
  • vim -u DEFAULTS (version: ) behaves differently? no
  • Operating system/version: Winodow10
  • Terminal name/version:
  • $TERM:

Steps to reproduce using nvim -u NORC

nvim -u NORC

Actual behaviour

  • I want to use some char to show listchars's space
    • this i try the char
      • ok
      • no
      • ok
      • ¦ ok
      • ok
      • ɸ ok
      • ok
      • | no
      • \ ok
        ...

Expected behaviour

  • i want to see to many char support for listchars's space.
@WingDust WingDust added the enhancement feature request label May 6, 2020
@justinmk
Copy link
Member

justinmk commented May 6, 2020

from :help listchars for reference:

UTF-8 characters can be used. All characters must be single width.

By "many char" do you mean double-width chars?

This is out of scope, though something like #9496 could be used to simulate it.

related: #9690

@justinmk justinmk added this to the unplanned milestone May 6, 2020
@zeertzjq zeertzjq added needs:response waiting for reply from the author and removed needs:response waiting for reply from the author labels Nov 30, 2021
@zeertzjq
Copy link
Member

For | you need to escape it. You can use either :set listchars=space:\| or :let &listchars = 'space:|'.

@zeertzjq zeertzjq added the display redraw, layout, presentation label Nov 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
display redraw, layout, presentation enhancement feature request
Projects
None yet
Development

No branches or pull requests

3 participants