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

vim-signature crashes when I use gruvbox #38

Closed
DavidEGx opened this issue Nov 18, 2014 · 6 comments
Closed

vim-signature crashes when I use gruvbox #38

DavidEGx opened this issue Nov 18, 2014 · 6 comments

Comments

@DavidEGx
Copy link

Not sure if gruvbox is guilty or vim-signature is :-/

Anyway given my vimrc:

...
Bundle 'kshenoy/vim-signature'
Bundle 'morhetz/gruvbox'
...
if !has("gui_running")
  let g:gruvbox_italic=0
endif
set t_Co=256 | set background=dark | colorscheme gruvbox

Whenever I create a new mark, like hitting ma in normal mode I get:

Error detected while processing function signature#Input..signature#mark#Toggle..signature#mark#Place..signature#sign#Place..signature#sign#RefreshLine:
line   20:
E121: Undefined variable: SignatureMarkText

Commenting lines 664 and 665 in ~/.vim/bundle/gruvbox/colors/gruvbox.vim seem to fix the problem for me.

morhetz added a commit that referenced this issue Nov 18, 2014
@morhetz
Copy link
Owner

morhetz commented Nov 18, 2014

Thanks, fixed this.

@morhetz morhetz closed this as completed Nov 18, 2014
@DavidEGx
Copy link
Author

Thanks, that was quick 👍

@wyne
Copy link

wyne commented Mar 10, 2016

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
vim-signature version: 85b22e21ad4276c54d557ac640e1d32b2b4e6b5e

@morhetz
Copy link
Owner

morhetz commented Mar 11, 2016

@wyne
Please update both signature and gruvbox as this might be related to #109

@wyne
Copy link

wyne commented Mar 11, 2016

There were some patches on vim-signature that helped as well: kshenoy/vim-signature#109

Everything working normally now. Thanks!

@kshenoy
Copy link
Contributor

kshenoy commented Mar 12, 2016

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants