Linwei

Results 704 comments of Linwei

"not working properly" ? what's that exactly ? any error output ?

Has it started any desktop gui app which is still running in the background ?? Did you see any ``` [Finished in xx seconds] ``` message in the quickfix window...

So, the background job is still running, you can fixed it by starting evince before this.

don't modify any of `encoding` or `termencoding`. try: let g:asyncrun_encs='cp850'

Thanks, `-unique` is a good idea to reuse windows, but is it unique to a window or to a buffer ?? People using buffer swithcing may switch the previous terminal...

OK, I got your idea, if you don't mind, I will close this and implement in my flavor way later.

I will look into it, before that, you can initialize `g:asyncrun_status` manually before `airline#section#create_right` by ```VimL let g:asyncrun_status = 'stopped' ```

`-focus` is for terminal mode only. In you situation, you can execute ``` :wincmd p ``` after `:AsyncRun`

A combination of `AsyncStop` and `AsyncRun` can achieve this. And for your case, maybe just a : :!apache2ctl -k restart & is enough, you can bind it to F9 :noremap...