Skip to content
Snippets Groups Projects
user avatar
Jack O'Connor authored
Previously a command like `echo a && echo b` would get transformed into
`echo a && echo b | fzf`, which only pipes the output of the second
command. Adding parentheses around the source command avoids this issue,
and works on both Unix and Windows.
b27dc3eb
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Name Last commit Last update
..
fzf.vim