Patch neovim 0.7.0 compatibility#97
Open
sage-etcher wants to merge 1 commit intonyoom-engineering:mainfrom
Open
Patch neovim 0.7.0 compatibility#97sage-etcher wants to merge 1 commit intonyoom-engineering:mainfrom
sage-etcher wants to merge 1 commit intonyoom-engineering:mainfrom
Conversation
Author
Additional information for the ending note
the colouring issue seems to only occur if it is changed after the file has been loaded, as such, setting the colourscheme in your init.lua avoids the problem all together. 👍 |
Contributor
|
Thank you for the PR, but I think you'd need to make these changes in the fennel code, otherwise it might end up being lost when another change gets made. I'll see if I can maybe do it |
Author
|
Okay, I'll look into it when I have some time, thanks for the note! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Patch neovim 0.7.0 compatibility
Version 0.8.0 added indexed vim commands, like
vim.cmd.hi, additionally, until this release groupnames could not consist of@or.characters.Tested on versions 0.7.2 and 0.10.3
note: on 0.7.2 errors are no longer thrown, however, the current page shows the wrong colours until it is scrolled, which is quite peculiar!
see here: