Rafael Bodill
Rafael Bodill
Not yet, I need to open a PR in Homebrew, meanwhile you can use my [personal tap](https://github.com/rafi/homebrew-tap): ``` brew install rafi/tap/yaml2json ```
Looking forward for more compares. Lightncandy seems very fast, but it doesn't support partials ..
Sorry it took me time to answer. There were a few improvements and fixes done since you post this issue, could you test again with `master` branch?
Hey. Unfortunately I haven't been using this for years, as-well as [Unite](https://github.com/Shougo/unite.vim), which has been deprecated in-favour of [Denite](https://github.com/Shougo/denite.nvim). I've been planning to start a new __vim-denite-issues__ project for Denite,...
Hi there. What command did you use to open unite-issue? I wonder what Unite version you're using.
Before selecting an issue, could you select the `echo` action and paste output here? press a to access the `(unite_choose_action)` command)
I can't reproduce. Could you try changing line 143 to: ``` viml \ 'fetch_issue': function('fetch_issue'), ``` I wonder if that will have an effect on it.
I wanted to refactor the way `fetch_issue` is handled currently, passed through in each candidate. I hope I'll find some time this week. I'll let you know.
There were a few improvements and fixes done since you post this issue, could you test again with `master` branch?
Hi, hope it's still relevant. I merged your PR, regardless, it all comes down to the key binding command, and the sub-shell it spawns. You could try re-mapping it yourself,...