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

Show signs on folded regions #5949

Open
petRUShka opened this issue Apr 18, 2020 · 1 comment
Open

Show signs on folded regions #5949

petRUShka opened this issue Apr 18, 2020 · 1 comment

Comments

@petRUShka
Copy link

Idea is to add ability for vim to display signs (optionally?) for/with folds.

Describe the solution you'd like

Why it is reasonable? There is plugin vim-gitgutter that show signs on the changed lines but not on folded area.

More details. Suppose we have a buffer with changes within fold. There is no sign on left column in case of closed fold (take a look at lines 17-20):

2019-09-23-232820_162x208_scrot

In case of opened fold one can see + sings:

2019-09-23-233910_145x271_scrot

So when fold is closed one doesn't see any changes at all.

Feature request to give plugins ability to place signs on a folded region (plugin-developers cannot help, see vim-gutter#655).

Additional context

VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Apr  4 2020 13:23:00)                                                                                                                                                  Included patches: 1-510
Compiled by Arch Linux
@chrisbra
Copy link
Member

chrisbra commented Apr 19, 2020 via email

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

No branches or pull requests

2 participants