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] Buffer not initialised on MagmaPostInit #88

Open
meatballs opened this issue Mar 30, 2023 · 0 comments · May be fixed by #89
Open

[Bug] Buffer not initialised on MagmaPostInit #88

meatballs opened this issue Mar 30, 2023 · 0 comments · May be fixed by #89
Labels
bug Something isn't working

Comments

@meatballs
Copy link
Contributor

Describe the bug
The MagmaPostInit autocmd is called before the buffer has been added to Magma.buffers and so is not initialised.

To Reproduce
Steps to reproduce the behavior:

  1. Define a MagmaPostInit autocmd that relies on the buffer being initialised
  2. Call MagmaInit

Expected behavior
The autocmd should run without error

@meatballs meatballs added the bug Something isn't working label Mar 30, 2023
@meatballs meatballs linked a pull request Mar 30, 2023 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant