mirror of
https://github.com/junegunn/fzf.git
synced 2026-04-25 00:44:06 +08:00
639de4c27b
The command substitution and following word splitting to determine the default zle widget for ^I formerly only works if the IFS parameter contains a space. Now it specifically splits at spaces, regardless of IFS.