aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfgang Müller2023-04-16 18:06:38 +0200
committerWolfgang Müller2023-04-16 18:06:38 +0200
commit529db797ff0f9cd0daccb0a7d34f93ff5ee4ec7f (patch)
treeb7d5ca4bb5ae90cf7e0cc70c3d8b54c8dfd3b658
parent79b8f21497f49fbb872b26d0003746287c52f3fb (diff)
downloadvim-ripgrep-master.tar.gz
Remove outdated paragraph about quickfix openingHEADmaster
-rw-r--r--doc/ripgrep.txt3
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*