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

fix: Add version check for buffer option #134

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

phdah
Copy link
Contributor

@phdah phdah commented Jul 15, 2024

Thenvim_buf_get_option is depricated from nvim-0.10: https://neovim.io/doc/user/deprecated.html#nvim_buf_get_option()

This simply re-enables the little "dot" that indicates if a buffer is modified, using a backwards compatible check.

@phdah phdah changed the title Add version check for buffer option fix:Add version check for buffer option Jul 15, 2024
@phdah phdah changed the title fix:Add version check for buffer option fix: Add version check for buffer option Jul 15, 2024
@phdah
Copy link
Contributor Author

phdah commented Jul 17, 2024

@kndndrj, do you see any issue with merging this? Very straight forward break from nvim-0.10.

@kndndrj kndndrj merged commit fecb54b into kndndrj:master Jul 24, 2024
@kndndrj
Copy link
Owner

kndndrj commented Jul 24, 2024

Given that 0.10 is out for a while and dbee is not > v1 yet, I have no problem setting 0.10 as minimal version

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

Successfully merging this pull request may close these issues.

2 participants