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 not working #238

Closed kerwinxu closed 4 years ago

kerwinxu commented 4 years ago

win10 git: 2.24.1 (msys2) vim : 8.2 when i call :Gina status , it open new window to show the result of git status , not show in Quickfix window.

On branch master Your branch is up to date with 'nickname/master'.

Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: vimrc

Untracked files: (use "git add ..." to include in what will be committed) .netrwhist .vimrc.un~ a autoload/ colors/ pugged/ python3.exe.stackdump tags.lock vimrc.bak

no changes added to commit (use "git add" and/or "git commit -a")

lambdalisue commented 4 years ago

it open new window to show the result of git status , not show in Quickfix window.

It what :Gina status does. Gina does not open Quickfix window.