Skip to content

Instantly share code, notes, and snippets.

@holybit
Last active May 4, 2017 20:10
Show Gist options
  • Save holybit/30ed3032d24f0f428dfd712c23269735 to your computer and use it in GitHub Desktop.
Save holybit/30ed3032d24f0f428dfd712c23269735 to your computer and use it in GitHub Desktop.
neovim airblade/vim-gitgutter issue
$ nvim --version  ✓  10566  14:02:06
NVIM v0.2.0
# Since upgrading Neovim I am getting errors when opening files
# that are in git repos. gitgutter seems to be culprit but no idea why?
# If I remove following from plug.vim git repo files load w/o error.
# Plug 'airblade/vim-gitgutter'
$ nvim ~/code/terraform-thing/baseline.tf
# After pressning enter to work through the error messages in nvim
# I do this in Normal mode to list them all
:messages
Error detected while processing function gitgutter#async#handle_diff_job_nvim:
line 1:
E121: Undefined variable: self
Error detected while processing function gitgutter#async#handle_diff_job_nvim:
line 1:
E116: Invalid arguments for function gitgutter#debug#log
Error detected while processing function gitgutter#async#handle_diff_job_nvim:
line 1:
E121: Undefined variable: self
Error detected while processing function gitgutter#async#handle_diff_job_nvim:
line 1:
E116: Invalid arguments for function gitgutter#debug#log
E492: Not an editor command: errormsg
Error detected while processing function gitgutter#async#handle_diff_job_nvim:
line 1:
E121: Undefined variable: self
E116: Invalid arguments for function gitgutter#debug#log
E121: Undefined variable: self
E116: Invalid arguments for function gitgutter#debug#log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment