Skip to content

External search hangs on High Sierra #551

Description

@bdarfler

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.

rg-hang-high-sierra

mvim-version.txt
vim-version.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions