branch: externals/consult commit 052399ed05372464b8ed6261b3196de143a8a834 Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
Update changelog --- CHANGELOG.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.org b/CHANGELOG.org index 900a3b3a94..ee5cfd8a22 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -5,6 +5,10 @@ * Development - =consult-org-heading=: Support tag inheritance. +- Use pure =consult--fast-abbreviate-file-name= function to abbreviate file names + in =consult-buffer= and =consult-recent-file=. This ensures that abbreviation does + not access the file system (or worse remote hosts via Tramp) and is always + fast. The downside is that some paths may not get abbreviated. * Version 0.33 (2023-03-11)