You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error detected while processing function <SNR>2_job_handler[24]..<SNR>2_tick[2]..<SNR>2_progress_opt[1
]..<SNR>2_git_version_requirement:
line 1:
E684: list index out of range: -1
Not sure how to reproduce just yet.
NVIM v0.1.3-338-g1c066e6
Build type: Dev
Compilation: /usr/local/Library/ENV/4.3/clang -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2
-g -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protect
or-strong -fdiagnostics-color=auto -DINCLUDE_GENERATED_DECLARATIONS -DHAVE_CONFIG_H -I/tmp/neovim2016
0311-26285-1sln9at/build/config -I/tmp/neovim20160311-26285-1sln9at/src -I/tmp/neovim20160311-26285-1
sln9at/deps-build/usr/include -I/tmp/neovim20160311-26285-1sln9at/deps-build/usr/include -I/tmp/neovi
m20160311-26285-1sln9at/deps-build/usr/include/luajit-2.0 -I/tmp/neovim20160311-26285-1sln9at/deps-bu
ild/usr/include -I/tmp/neovim20160311-26285-1sln9at/deps-build/usr/include -I/tmp/neovim20160311-2628
5-1sln9at/deps-build/usr/include -I/tmp/neovim20160311-26285-1sln9at/deps-build/usr/include -I/usr/lo
cal/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim20160311-26285-1sln9at/build/src/n
vim/auto -I/tmp/neovim20160311-26285-1sln9at/build/include
Compiled by nhooyr@aubble
Optional features included (+) or not (-): +acl +iconv +jemalloc
For differences from Vim, see :help vim-differences
system vimrc file: "$VIM/sysinit.vim"
fall-back for $VIM: "/usr/local/Cellar/neovim/HEAD/share/nvim"
Type:
Bug
Enhancement
Feature Request
Question
OS:
All/Other
Linux
OS X
Windows
Vim:
Terminal Vim
GVim
Neovim
The text was updated successfully, but these errors were encountered:
It indicates that system('git --version') returned an empty string, but I'm not sure how that can happen. It could be a bug of neovim. How often do you see the error?
Okay, I noticed vim-plug was repeatedly checking the git version. (There was an invalid assumption that Vimscript will short-circuit the expression computing the default value for get() function.) It's a harmless bug but I fixed it and it should definitely help in this case. Please upgrade your plug.vim.
Explain the problem here ...
i got the following error while updating
Not sure how to reproduce just yet.
The text was updated successfully, but these errors were encountered: