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

The buffer does not always appear modified #53

Closed
ghost opened this issue Nov 7, 2020 · 3 comments
Closed

The buffer does not always appear modified #53

ghost opened this issue Nov 7, 2020 · 3 comments

Comments

@ghost
Copy link

ghost commented Nov 7, 2020

Don't know if it is just a problem with my config or not. I am on NVIM v0.5.0-812-gd17e50879.
Here is what happens

@mawkler
Copy link
Collaborator

mawkler commented Nov 7, 2020

I've noticed this as well.

@romgrk
Copy link
Owner

romgrk commented Nov 7, 2020

Yes I know. I didn't want to put an autocmd for TextChangedI because I felt it could affect performance, I only put one for TextChanged. The underlying issue is neovim/neovim#13205. You can open a PR to add the event if you want, but otherwise I'll keep it as-is and focus on getting that PR merged.

@romgrk
Copy link
Owner

romgrk commented Nov 10, 2020

The BufModifiedSet PR has been merged in neovim. You can rebuild from master if you want to use it. I won't fix it for versions without it but I can accept a PR if you want to improve hte behavior for older versions.

@romgrk romgrk closed this as completed Nov 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants