summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-02-17 13:33:35 -0500
committerAndrew Gallant <jamslam@gmail.com>2020-02-17 17:16:28 -0500
commit01eeec56bb0a67dd402aed0f5650525076b26657 (patch)
treefc9fa9d39059d86da9366f389ca289424d10f454 /CHANGELOG.md
parent322fc75a3da11242c3e23a60bc4cddbc688552b0 (diff)
deb: fix fish completion install location
It looks like `completions` is owned by Fish itself. Third party completions should go in `vendor_completions.d`. Fixes #1485
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index aa92d4f7..95cf28d2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -39,6 +39,9 @@ Bug fixes:
Document usage of `--type all`.
* [BUG #1445](https://github.com/BurntSushi/ripgrep/issues/1445):
ripgrep now respects ignore rules from .git/info/exclude in worktrees.
+* [BUG #1485](https://github.com/BurntSushi/ripgrep/issues/1485):
+ Fish shell completions from the release Debian package are now installed to
+ `/usr/share/fish/vendor_completions.d/rg.fish`.
11.0.2 (2019-08-01)