lambdalisue / vim-gina

👣 Asynchronously control git repositories in Neovim/Vim 8
http://www.vim.org/scripts/script.php?script_id=5531
MIT License
689 stars 27 forks source link

`:Gina status` throws "E688: More targets than List items" error #218

Closed daveyarwood closed 5 years ago

daveyarwood commented 5 years ago

I noticed recently that this error tends to appear the first time I run :Gina status during a Vim session.

2019-07-12-094245_1544x94_scrot

Every time I run :Gina status after that, it works fine. The error only happens the first time I run it after opening Vim.

lambdalisue commented 5 years ago

Thanks. Could you tell me your OS and Vim version (Vim or Neovim?) to reproduce the error?

daveyarwood commented 5 years ago

I'm using Ubuntu 16.04, with Neovim from the unstable PPA.

$ apt-cache policy neovim
neovim:
  Installed: 0.4.0+ubuntu3+git201907111108-777cc6f-f1ec5d7-d4d251e~ubuntu16.04.1
  Candidate: 0.4.0+ubuntu3+git201907132023-6f944d3-f1ec5d7-d4d251e~ubuntu16.04.1
  Version table:
     0.4.0+ubuntu3+git201907132023-6f944d3-f1ec5d7-d4d251e~ubuntu16.04.1 500
        500 http://ppa.launchpad.net/neovim-ppa/unstable/ubuntu xenial/main amd64 Packages
 *** 0.4.0+ubuntu3+git201907111108-777cc6f-f1ec5d7-d4d251e~ubuntu16.04.1 100
        100 /var/lib/dpkg/status
lambdalisue commented 5 years ago

I could not reproduce the issue but tried to fix so could you try #221?

daveyarwood commented 5 years ago

I actually can't repro the issue anymore on master... I did update my vim plugins and apt packages (including Neovim) the other day, so I suspect that some underlying issue may have been fixed in Neovim.

My Neovim version is now:

$ apt-cache policy neovim
neovim:
  Installed: 0.4.0+ubuntu3+git201907152022-5193826-f1ec5d7-d4d251e~ubuntu16.04.1
  Candidate: 0.4.0+ubuntu3+git201907152022-5193826-f1ec5d7-d4d251e~ubuntu16.04.1
  Version table:
 *** 0.4.0+ubuntu3+git201907152022-5193826-f1ec5d7-d4d251e~ubuntu16.04.1 500
        500 http://ppa.launchpad.net/neovim-ppa/unstable/ubuntu xenial/main amd64 Packages
        100 /var/lib/dpkg/status
lambdalisue commented 5 years ago

Ok 👍