m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-16 23:33:39 -05:00

Removed outer subprocess call (...) due to vlc throwing ""qobject::~QObject" Timers cannot be stopped from another thread run in background", which prevented immediate return to the command prompt.

jelinekb
2022-06-19 16:34:18 -04:00
parent d501c4df0d
commit e8c1f8c78e

@@ -140,7 +140,7 @@ f() {
fi
# Store the arguments from fzf
arguments=("$(fzf --multi)")
arguments="$(fzf --multi)"
# If no arguments passed (e.g. if Esc pressed), return to terminal
if [ -z "${arguments}" ]; then