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

Error after commit when there are two commit buffer #240

Closed lambdalisue closed 4 years ago

lambdalisue commented 4 years ago
  1. :Gina commit
  2. <C-w>v
  3. Write message
  4. :w
Error detected while processing function <SNR>323_BufReadCmd[6]..<SNR>323_get_commitmsg[3]..<SNR>323_get_commitmsg_template:
line   15:
E605: Exception not caught: vital: App.Revelator: ERROR: Fail: env GIT_TERMINAL_PROMPT=0 GIT_ASKPASS=/usr/local/Cellar/neovim/0.4.3/bin/nvim --headless --clean --noplugin -n -R -c 'set runtimepath^=/Users/alisue/.ghq/github.com/lambdalisue/attorney.vim' -c 'call attorney#client#connect("/var/folders/lr/t5c5l2zd49s60tcw0pw5cv740000gn/T/nvimmMYz2F/0", "askpass")' git --no-pager -c core.editor=false -c color.status=always -C /Users/alisue/.ghq/github.com/fixpoint/ksocket commit --untracked-files --verbose --edit^@On branch fix-systems-update-operation^@Your branch is ahead of 'master' by 2 commits.^@  (use "git push" to publish your local commits)^@^@nothing to commit, working tree clean
Error detected while processing function <SNR>323_BufReadCmd[6]..<SNR>323_get_commitmsg:
line    3:
E171: Missing :endif
Error detected while processing function <SNR>323_BufReadCmd:
line    6:
E171: Missing :endif
Error detected while processing function <SNR>180_emit_modified[1]..gina#core#emitter#emit[1]..<SNR>181_emit[9]..<SNR>180_on_modified:
line   13:
E171: Missing :endif
Error detected while processing function <SNR>180_emit_modified[1]..gina#core#emitter#emit[1]..<SNR>181_emit:
line    9:
E171: Missing :endif
kovetskiy commented 4 years ago

I've run into this issue just right after installing the plugin :disappointed: