v10.1
Breaking change
Search Directory's and Search Variable's custom fzf opts variables (used to pass fzf options to specific commands) were renamed in v9.5
. Now the old, deprecated names have been completely removed (615ce65).
- Search Directory: if you use
fzf_dir_opts
, switch tofzf_directory_opts
- Search Variables: if you use
fzf_shell_vars_opts
, switch tofzf_variables_opts
Search History
- Slightly improve performance, add test and comments (82dd51e)