-
Notifications
You must be signed in to change notification settings - Fork 399
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
dev #956
Conversation
* Implement vim.api.nvim_create_autocmd * Only use vim.api.nvim_create_autocmd on nighly * Cleanup * cleanup * Rename autos.lua to autocmds.lua * Fix forgot to rename autos to autocmds * Remove legacy autocmd * Add descriptions on autocmds * Update descriptions on autocmds
Signed-off-by: Micah Halter <micah@balena.io>
Signed-off-by: Micah Halter <micah@balena.io>
This commit broke my completion menu. Leaving insert mode doesn't make the completion menu disappear. |
Thank you for reporting. |
Sorry, I meant to create an issue. |
Seems like it was announced in #231 (the edit from 9 days ago used the |
Also, I think when this branch was merged, it should have NOT squashed all the commits (bda03c9, a292926, b0896bf) as each of these has individual scope of changeset that is worth retaining the history. Such long-spanning branch can be simply fast forwarded or merged by rebasing multiple commits. IMO I believe those workflow will make the commit history much more readable, searchable, and easy to troubleshoot than the current one (just says "dev" (#956)) with when something goes wrong. |
No description provided.