Shohei YOSHIDA

Results 212 comments of Shohei YOSHIDA

Could you show me sample code for reproducing this issue ?

Sorry no news. I'll try to check in this week.

I confirmed this issue. I suppose that because company-jedi is asynchronous backend. I confirm this behavior company-clang which is asynchronous backend too. So asynchronous backend should not be grouped if...

Sorry. There is not such command or feature.

They are almost same. `helm-do-ag` was implemented referencing to `helm-do-grep` which is original version of `helm-do-grep-ag`.

> For instance, are they working under the same base function? Maybe no. As I said I implemented `helm-do-ag` referencing to `helm-do-grep`. In those days, helm had not implemented `helm-do-grep-ag`,...

Could you try to set `git-gutter:update-interval` greater than 0 like a following snippet. ```lisp (custom-set-variables '(git-gutter:update-interval 2)) ```

I'm not sure your issue is fixed by a following patch ```diff diff --git a/helm-ag.el b/helm-ag.el index 8952c04..fd059df 100644 --- a/helm-ag.el +++ b/helm-ag.el @@ -613,7 +613,8 @@ Default behaviour shows...

@mcg Could you show me your configuration and `helm-ag--last-command` value after `helm-ag` commands

Hmm, ag output is strange when both context option and `--vimgrep` option are specified(ag bug?? The format of context lines are not vim-grep style). While `rg` generates expected output with...