diff options
author | András Svraka <svraka.andras@gmail.com> | 2021-04-01 18:01:22 +0200 |
---|---|---|
committer | Marc CornellĂ <hello@mcornella.com> | 2021-12-28 18:56:03 +0100 |
commit | ca2652769ce283ddb77807767215e19a78642c51 (patch) | |
tree | 3d94e8f2679be14fcb1a6067c920c847880803fb /plugins/ripgrep/README.md | |
parent | 79cf2a0d43ddda338487c85c420f67fe9c56687f (diff) | |
download | zsh-ca2652769ce283ddb77807767215e19a78642c51.tar.gz zsh-ca2652769ce283ddb77807767215e19a78642c51.tar.bz2 zsh-ca2652769ce283ddb77807767215e19a78642c51.zip |
feat(ripgrep): update ripgrep completions (#9775)
Closes #9775
Diffstat (limited to 'plugins/ripgrep/README.md')
-rw-r--r-- | plugins/ripgrep/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ripgrep/README.md b/plugins/ripgrep/README.md index 937f73c81..a26f45823 100644 --- a/plugins/ripgrep/README.md +++ b/plugins/ripgrep/README.md @@ -8,6 +8,6 @@ To use it, add `ripgrep` to the plugins array in your zshrc file: plugins=(... ripgrep) ``` -Completion is taken from the ripgrep release [`11.0.2`](https://github.com/BurntSushi/ripgrep/releases/tag/11.0.2). +Completion is taken from the ripgrep release [`12.1.1`](https://github.com/BurntSushi/ripgrep/releases/tag/12.1.1). -Updated on August 16th, 2019. +Updated on April 1st, 2021. |