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

feat!: utilize new autocmd api #369

Merged
merged 1 commit into from
Apr 16, 2022
Merged

feat!: utilize new autocmd api #369

merged 1 commit into from
Apr 16, 2022

Conversation

ckipp01
Copy link
Member

@ckipp01 ckipp01 commented Apr 16, 2022

This is a breaking change. If you see error messages related to autocmds
after updating this you'll want to ensure that you're on the newly
released 0.7.0 of Neovim.

The diff in this commit will give you a good idea of how to migrate the
old style of autocmds to the new style.

Closes #347

This is a breaking change. If you see error messages related to autocmds
after updating this you'll want to ensure that you're on the newly
released 0.7.0 of Neovim.
  - https://github.com/neovim/neovim/releases/tag/v0.7.0

The diff in this commit will give you a good idea of how to migrate the
old style of autocmds to the new style.

Closes scalameta#347
@ckipp01 ckipp01 merged commit 947875b into scalameta:main Apr 16, 2022
@ckipp01 ckipp01 deleted the autocmd branch April 16, 2022 10:27
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.

Change all references of autocmds to use the new lua autocmd api
1 participant