Renee D'Netto

Results 56 comments of Renee D'Netto

No, interactive behaviour is expected when run from Vim. Looks like this is due to a difference in how Neovim spawns processes - run `:! cat` terminates immediately as well....

I've pushed a fix for this to `develop` - can you verify it's working?

@YanhaoMo Please open a separate bug for that - Vim and Neovim handle child processes differently.

Can you please target the `develop` branch instead of `stable`? Also, please make sure that `template.py` is valid in both Python 2 & Python 3. (I really need to setup...

The info on how to use a different toolchain appears to be documented [here](https://github.com/bazelbuild/bazel/wiki/Building-with-a-custom-toolchain). It's a bit more effort than with make, but should be pretty straightforward. Unfortunately, I don't...

@Mistobaan To add support for any new build system to YCM-Gen, the main thing you need to do is figure out how to instruct that build system to use a...

I might wait until you've got the commit for having `run()` raise exceptions ready before merging this, since it would make more sense to handle them as a single merge...

Tmux support is definitely on my TODO list, it's just non-trivial because the executable has to configure Tmux directly instead of just being called with some arguments. There's also a...

Sorry for my delay in replying to this. I've pushed some changes which I believe should fix this (as well as a bunch of other similar problems). Would you mind...

AWS issues should be resolved now, try giving it another go.