junegunn / junegunn/fzf.vim

rg process spawned by :Rg is never terminated

Open
#1,063 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Vim Script
Stars
10.3k
Forks
608
Avg merge
5d 8h
Merged PRs (30d)
2

Description

- [x ] I have read through https://github.com/junegunn/fzf.vim/blob/master/README.md
- [x ] I have read through https://github.com/junegunn/fzf/blob/master/README-VIM.md
- [x ] I have read through the manual page of fzf (`man fzf`)
- [x ] I have searched through the existing issues

Any time I use Rg, regardless of whether I subsequently open a file or cancel it with ESC, the `rg` process continues to run indefinitely.

If I follow thesee steps:
- open the minimal vim (or neovim) as in the issue template
- `:Rg` and open a file
- `:Rg` then ESC
- `:q!` to quit vim

My activity monitor shows this:
![image](https://user-images.githubusercontent.com/58989710/87228323-c37aa580-c3a0-11ea-9dfe-c5d5bf461253.png)

This makes Rg unusable, as the rg process maxes out the CPU until I manually kill it.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.