Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

Shell syntax error in ExecuteRCAsync #73

Open
yshui opened this issue Jul 9, 2017 · 1 comment
Open

Shell syntax error in ExecuteRCAsync #73

yshui opened this issue Jul 9, 2017 · 1 comment

Comments

@yshui
Copy link

yshui commented Jul 9, 2017

https://github.com/lyuts/vim-rtags/blob/master/plugin/rtags.vim#L570

First, what you want is "&>" not ">&", which means redirect to file descriptor. Secondly, no, this is not portable. Lastly, you should use the on_stderr, on_stdout callbacks, not temporary files.

@lyuts
Copy link
Owner

lyuts commented Jul 10, 2017

Hi. That's how it is used to be. However, this was causing issues for someone. From what I could tell that was caused by that person's shell (it might have be broken for my shell as well, don't remember exactly), and I did this change 74e667e

I agree i should switch to a portable approach.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants