Last active
May 4, 2017 20:10
-
-
Save holybit/30ed3032d24f0f428dfd712c23269735 to your computer and use it in GitHub Desktop.
neovim airblade/vim-gitgutter issue
This file contains 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
$ 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