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] Recent image.nvim changes throw off image positions by one #197

Open
benlubas opened this issue May 23, 2024 · 1 comment
Open

[Bug] Recent image.nvim changes throw off image positions by one #197

benlubas opened this issue May 23, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@benlubas
Copy link
Owner

There was a change (that I made too, no one to blame but me :P) in image.nvim a little bit ago that changed the way inline images are rendered in relation to their extmarks, they're now rendered one line below instead of on the same line.

Here's the offending line:

3rd/image.nvim@d24d498#diff-90b9887d8ed1bf7a314a020fe9673aacfe3778eac5198d82eafa29f3b2668dc3R153

We just need to throw a -1 in molten somewhere

this was mentioned in the comments of #88

@benlubas benlubas added the bug Something isn't working label May 23, 2024
@benlubas
Copy link
Owner Author

image

Time to take another crack at fixing this bug (in image.nvim)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant