zsh: Make _fzf_compgen_{path,dir} respect FZF_COMPLETION_{PATH,DIR}_OPTS

Authored by: @LangLangBart

Fix #4592
This commit is contained in:
Junegunn Choi
2026-02-20 10:31:46 +09:00
parent 385cccd362
commit fefea8d885
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -46,6 +46,7 @@ CHANGELOG
(`SHIFT-DELETE`)
- Added fish completion support (#4605) (@lalvarezt)
- zsh: Handle multi-line history selection (#4595) (@LangLangBart)
- zsh: Fixed `_fzf_compgen_{path,dir}` to respect `FZF_COMPLETION_{PATH,DIR}_OPTS` (#4592) (@LangLangBart)
- Bug fixes
- Fixed `--preview-window follow` not working correctly with wrapping (#3243, #4258)
- Fixed symlinks to directories being returned as files (#4676) (@skk64)