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

"Soft" mode should support relative line numbers #57

Open
srquinn21 opened this issue Jun 13, 2017 · 3 comments
Open

"Soft" mode should support relative line numbers #57

srquinn21 opened this issue Jun 13, 2017 · 3 comments

Comments

@srquinn21
Copy link

In soft mode, set relative numbers will give the incorrect movement values. It would be ideal if somehow the number bar could be updated to display the correct movement values.

@reedes
Copy link
Collaborator

reedes commented Jun 14, 2017

If someone could figure out how to do this, I'd welcome a pull request to fix it.

However I'm not optimistic a fix would be possible, as this seems to be a low-level Vim behavior.

@alerque
Copy link
Member

alerque commented Nov 16, 2019

I'm pretty sure this would have to be implemented using signs in the gutter rather than the native number column. This would likely not be very per formant. It's going to be super low priority for me to look into but in case anybody finds a way and want to work on this know that I'll be open for reviewing PR's and would be happy to see a contribution that addresses this.

@antgel
Copy link

antgel commented Jul 25, 2020

I agree that this is difficult / impossible to do (so does Stack Overflow). Would it be possible to automatically disable relative numbering when soft-wrapping, as it's more hindrance than help?

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

4 participants