diff options
author | Jonathan Klimt <jonathan.klimt@rwth-aachen.de> | 2019-08-27 15:09:13 +0200 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2019-08-27 15:09:13 +0200 |
commit | 2217a7c803f0db15e1d5d8465854e0277d4ca200 (patch) | |
tree | fc4725867109bb37e27d1fcd0f73cf33774a7b8c /plugins/ripgrep/README.md | |
parent | 08beebd89f9eec956c126c732a287ec5a5a197a8 (diff) | |
download | zsh-2217a7c803f0db15e1d5d8465854e0277d4ca200.tar.gz zsh-2217a7c803f0db15e1d5d8465854e0277d4ca200.tar.bz2 zsh-2217a7c803f0db15e1d5d8465854e0277d4ca200.zip |
ripgrep: update completion to latest version (#8083)
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 794b105ee..937f73c81 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 [`0.10.0`](https://github.com/BurntSushi/ripgrep/releases/tag/0.10.0). +Completion is taken from the ripgrep release [`11.0.2`](https://github.com/BurntSushi/ripgrep/releases/tag/11.0.2). -Updated on September 27th, 2018. +Updated on August 16th, 2019. |