liuchengxu / eleline.vim

:herb: Another elegant statusline for vim
MIT License
310 stars 80 forks source link

Integration error with GitGutter #8

Closed hongyuanjia closed 6 years ago

hongyuanjia commented 6 years ago

Whenever I open a file under git version control, Vim always complains an error below:

Error detected while processing function S_gitgutter:
line 2:
E716: Key not present in Dictionary: summary

Any insight?

liuchengxu commented 6 years ago

Have you updated eleline.vim to the latest version? This issue should be fixed in https://github.com/liuchengxu/eleline.vim/commit/683749463947d2865376b17964de0db6968bc061#diff-2a2f0dc560b64279054d1e043506db81R82 .

hongyuanjia commented 6 years ago

I am using your vim distribution space-vim which uses eleline as its default status line plugin. However, it seems like that eleline failed to update using PlugUpdate. I cannot figure out why.

After I manually run git pull in eleline plugin folder, the error was gone.

Thanks for your great work for both eleline and Space-Vim. I love them both.