-
Notifications
You must be signed in to change notification settings - Fork 76
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
Undefined variable: SignatureMarkText #109
Comments
Hmm, this doesn't make sense. Did you put anything in your vimrc to get this working? Can you start vim using the following command Can you point me to your vimrc? |
Hm, the error doesn't happen when i use that command. Maybe some other plugin I have installed is interfering. I'm using neovim and my config is here: |
Your rc file doesn't have any Signature related stuff in it. So I can't comment on it. The reason I say it's weird is because I don't use variables named If you can figure out if it's due to interaction with some other plugin and which plugin it is it'd be a great help |
Oh I see. That's helpful. Sorry, I just assumed it was vim-signature. I'll take a look and report back. Thanks. |
Oh, looks like the |
Related: morhetz/gruvbox#38 |
Umm, I'm not sure how Gruvbox is at fault here. Their code looks fine. Let me dig deeper. Can you tell me if you get the error by starting vim like this:
|
Running like this: nvim -N -U NONE -u <(echo '
filetype plugin indent on
set rtp+=~/.config/nvim/bundle/vim-signature
set rtp+=~/.config/nvim/bundle/gruvbox
colorscheme gruvbox') And as soon as it open, I do line 22:
W18: Invalid character in group name
Press ENTER or type command to continue |
Can you try updating to the latest version and trying again? I put in some fixes that I think could be related to your issue. |
vim-signature: 47ceaf9 Running with just gruvbox and vim-signature enabled, it's working fine now. Progress! Though when I use my full vimrc, I get this error when doing E116: Invalid arguments for function has_key(b:sy.internal, a:lnum)
E15: Invalid expression: has_key(b:sy.internal, a:lnum)
Press ENTER or type command to continue I'm not very familiar with how to debug these things, other than turning off other plugins. |
Everything is working fine on existing files as opposed to new buffers, though. Not sure if that's meaningful or not. |
Can you please paste the contents of your full vimrc? The previous paste did not have signature install line or any signature related settings. |
Ok, I think I figured out what's wrong. Please try now. |
Updated to 17809de and no errors. Thanks so much! |
Just installed fresh. Whenever I try to set a mark, I get this error:
The text was updated successfully, but these errors were encountered: