-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
vim-signature crashes when I use gruvbox #38
Comments
Thanks, fixed this. |
Thanks, that was quick 👍 |
i'm still getting this error with gruvbox enabled Error detected while processing function signature#utils#Input..signature#mark#Toggle..<SNR>115_Place..signature#sign#Place..<SNR>114_RefreshLine..<SNR>114_EvaluateHL:
line 2:
E121: Undefined variable: SignatureMarkText
E15: Invalid expression: SignatureMarkText gruvbox version: 3f22810 |
There were some patches on vim-signature that helped as well: kshenoy/vim-signature#109 Everything working normally now. Thanks! |
The issue was completely on Signature's side. Sorry for the confusion! |
Splinter1984
pushed a commit
to Splinter1984/gruvbox
that referenced
this issue
Nov 2, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not sure if gruvbox is guilty or vim-signature is :-/
Anyway given my vimrc:
Whenever I create a new mark, like hitting
ma
in normal mode I get:Commenting lines 664 and 665 in ~/.vim/bundle/gruvbox/colors/gruvbox.vim seem to fix the problem for me.
The text was updated successfully, but these errors were encountered: