The $item variable is leaked into the shell. This is especially noticeable when using named dirs, my prompt showed ~item as the current directory after using fzf-change-directory.
What
makes item in __fzf::widget::insert and __fzf::widget::replace local
Why
The $item variable is leaked into the shell. This is especially noticeable when using named dirs, my prompt showed
~item
as the current directory after usingfzf-change-directory
.What
item
in__fzf::widget::insert
and__fzf::widget::replace
local