diff options
author | Wolfgang Müller | 2023-04-16 18:06:38 +0200 |
---|---|---|
committer | Wolfgang Müller | 2023-04-16 18:06:38 +0200 |
commit | 529db797ff0f9cd0daccb0a7d34f93ff5ee4ec7f (patch) | |
tree | b7d5ca4bb5ae90cf7e0cc70c3d8b54c8dfd3b658 /doc | |
parent | 79b8f21497f49fbb872b26d0003746287c52f3fb (diff) | |
download | vim-ripgrep-529db797ff0f9cd0daccb0a7d34f93ff5ee4ec7f.tar.gz |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ripgrep.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/ripgrep.txt b/doc/ripgrep.txt index f2e87db..6cce0ad 100644 --- a/doc/ripgrep.txt +++ b/doc/ripgrep.txt @@ -19,9 +19,6 @@ This plugin is only available if |'compatible'| is not set. If |'ignorecase'| or |'smartcase'| is set, |:Rg| will pass the corresponding option to ripgrep. - |:Rg| will automatically open the quickfix list if - there are any matches. - ============================================================================== ABOUT *ripgrep-about* |