Λlisue

Results 427 comments of Λlisue

Not sure but does https://vim-jp.org/vimdoc-en/editing.html#+cmd helps you? e.g. `:Gina +/master branch`

Maybe `:Gina branch +/master`

I found that above tech does not work. While gina read buffer content asynchronously, `+/master` is not available because there is no content just after `:Gina branch`. You can use...

The `:Gina add %` executes a command as ``` git -C {repository} ... add test ``` And the `-C` seems the reason while ``` -C Run as if git was...

It's actually quite complicated. Assume gina.vim repository is in `/Users/alisue/gina.vim` and `autoload/gina.vim` is modified then 1. `Gina state` shows `M autoload/gina.vim` when cwd is `/Users/alisue/gina.vim/autoload/` 2. `Gina state` **also** shows...

The spinner is used to indicate that a target buffer is being loaded. So it is not shown for command which does not open a buffer.

Hum... Ok, I think it's worth to consider. Could you explain your expected behavior a bit more so that I can imagine what you want more correctly?

Thanks for the code. I've made a plugin for this which use a similar approach. The default palette of the plugin is not enough compared to the vim-nerdtree-syntax-highlight so any...

It seems the change doesn't applied to files inside `repos`. Is my usage correct? ``` INSERT 19:14 : zsh_profile_rc 1.49 real 0.63 user 1.05 sys 1.50 real 0.63 user 1.05...