mileszs / ack.vim

Vim plugin for the Perl module / CLI script 'ack'
Other
3.08k stars 396 forks source link

Seeing `ag --vimgrep` output in my terminal after closing vim #275

Open rorybyrne opened 3 years ago

rorybyrne commented 3 years ago

See the screenshot below. Is there any way to avoid this happening?

image

RednarRosique commented 2 years ago

Adding set shellpipe=> to my .vimrc fixed it for me (found the answer in this other thread https://github.com/mileszs/ack.vim/issues/18) Note that it blocks shell output from other plugins, but there's a workaround for that described in the same thread.