Closed jaythomas closed 8 years ago
Interesting problem. Thanks for noticing and taking a screenshot because that is a bit hard to explain in words.
I suspect this is a problem with using Vim's conceal feature in general. I'm open to a solution if one exists but I suspect that this isn't fixable within this or any plug-in.
If someone has time, it might be possible to dig a bit by setting the conceallevel and concealcursor settings differently. Specifically, I'm not sure if conceallevel 2 will do something closer to what we want here.
I'll leave this ticket open for so folks can investigate. I'm uncertain if it can be solved.
Thanks again for filing the issue
This is a Vim behavior that cannot be solved. There is no solution for this issue.
Thanks for opening the ticket @jaythomas and investigating @adelarsq . I'll close this ticket with the belief that Adelar and I are correct in thinking this is a problem with vim.
So far, I've just sort of ignored this problem though I realize it is annoying
@jaythomas I appreciate that you found this problem. Feel free to file a ticket with a vim issue tracker to see if you get some traction. We can reopen if anyone is able to find a work around
Typically a wrapped line would look like this:
But when concealing text, the line still breaks at the same spot, leaving a blank space that it's not utilizing:
Wasn't sure how to show this without a screenshot, so excuse the strange PNG coloring...