First off thank you so much for MacVim. Now onto my troubles ;-)
I've been using https://github.com/mileszs/ack.vim configured to use https://github.com/BurntSushi/ripgrep for searching through projects for a while now. Today I upgraded to High Sierra and that functionality now hangs MacVim. I've tried to create as minimal a test case as I can. I'm also new to debugging vim/macvim so please let me know if there is additional information I should add.
I have a minimal vimrc
" Use rg for grepping
set grepprg=rg\ --vimgrep
" https://robots.thoughtbot.com/faster-grepping-in-vim
command -nargs=+ -complete=file -bar Rg silent! grep! <args>|cwindow|redraw!
When I use the Rg command in vim it works successfully. However, I do notice that the output of the rg command shows in the terminal after quitting vim which I don't believe was the case before High Sierra (sorry for my spotty memory as I primarily use macvim).
When I use the Rg command in mvim it simply hangs.

mvim-version.txt
vim-version.txt
First off thank you so much for MacVim. Now onto my troubles ;-)
I've been using https://github.com/mileszs/ack.vim configured to use https://github.com/BurntSushi/ripgrep for searching through projects for a while now. Today I upgraded to High Sierra and that functionality now hangs MacVim. I've tried to create as minimal a test case as I can. I'm also new to debugging vim/macvim so please let me know if there is additional information I should add.
I have a minimal vimrc
When I use the
Rgcommand in vim it works successfully. However, I do notice that the output of thergcommand shows in the terminal after quitting vim which I don't believe was the case before High Sierra (sorry for my spotty memory as I primarily use macvim).When I use the
Rgcommand in mvim it simply hangs.mvim-version.txt
vim-version.txt