vim-gina icon indicating copy to clipboard operation
vim-gina copied to clipboard

👣 Asynchronously control git repositories in Neovim/Vim 8

Results 29 vim-gina issues
Sort by recently updated
recently updated
newest added

Thank you for the great project. I don't see why this is not popular enough than other project. When I Gina:log and show commit. It shows diff with default git...

enhancement
help wanted

It seems patch fails when there is no common suffix among stage, index, and worktree. For example ``` | HEAD | INDEX | WORKTREE | |+aaaaaaaa |+aaaaaaaa | | |+aaaaaaaa...

bug
help wanted

Some time in the last few weeks, I stopped seeing syntax highlighting in `:Gina status`. Highlighting in other commands such as `:Gina log` or `:Gina changes` still works. Also, I...

invalid

Hi. What's the proper way for creating & binding new actions that could be called with `gina#action#call()` and receive the current/marked candidate(s)? ```viml function! s:my_action(candidates) abort " do something... endfunction...

Hello. Is it possible to sort git branches by last checkout? E.g if I'm on branch called "z" and switch to "a" branch then my "z" brach will situated on...

question

Hello, Gina is really a fast and efficient plugin. I like it a lot but I can't find a configuration template to copy and paste into her vimrc. So you...

enhancement
help wanted

``` Error detected while processing function gina#command#call[25]..function gina#command#call[17]..gina#core#revelator# call[1]..84_call[4]..gina#command#show#call[11]..gina#core#buffer#open[25]..99_open_with_callback[5]..101_open[25]..100_open: line 27: E37: No write since last change (add ! to override) ``` This is kinda spec but it's not user-friendly.

enhancement

``` [gina] Fail: env GIT_TERMINAL_PROMPT=0 git --no-pager -c core.editor=false -c color.status=always -C /home/tennashi/ sandbox/hoge blame --incremental 0000000000000000000000000000000000000000 -- hoge.txt [gina] fatal: bad object 0000000000000000000000000000000000000000 ```

bug

Accroding https://www.grzegorowski.com/using-vim-or-neovim-nvim-as-a-git-mergetool, vim can use `vim-fugitive` as git mergetool by following git config. How to use gina like this? ``` # define command which will be used when "nvim" is...

enhancement
help wanted

If I open a `commit` screen and toggle amend via `!`, exiting via `:wq` correctly amends the commit, but exiting via `:q` or `:x` doesn't. I would expect `:q` to...

bug
help wanted