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(autocmd): add missing setup event BufNewFile #140

Merged
merged 1 commit into from
Feb 15, 2024

Conversation

ofseed
Copy link
Contributor

@ofseed ofseed commented Feb 15, 2024

If the user writes a new file by nvim <new_file_name>, the BufReadPost will not be triggered, instead, BufNewFile will be triggered.

@ofseed
Copy link
Contributor Author

ofseed commented Feb 15, 2024

And it seems that there are some problems with these tests, The tests failed once but after I triggered it again it was fixed.

@Bekaboo Bekaboo merged commit fa43ea3 into Bekaboo:master Feb 15, 2024
4 checks passed
@Bekaboo
Copy link
Owner

Bekaboo commented Feb 15, 2024

Thanks for the fix!

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.

None yet

2 participants