mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2025-02-03 04:28:36 +00:00
Fuzzy completions: removed leftover debug echo (#1921)
This commit is contained in:
parent
50b7608f9d
commit
b43b040512
@ -134,7 +134,6 @@ _fzf_complete() {
|
|||||||
lbuf=${rest[0]}
|
lbuf=${rest[0]}
|
||||||
cmd=$(__fzf_extract_command "$lbuf")
|
cmd=$(__fzf_extract_command "$lbuf")
|
||||||
post="${funcstack[1]}_post"
|
post="${funcstack[1]}_post"
|
||||||
echo "$post"
|
|
||||||
type $post > /dev/null 2>&1 || post=cat
|
type $post > /dev/null 2>&1 || post=cat
|
||||||
|
|
||||||
_fzf_feed_fifo "$fifo"
|
_fzf_feed_fifo "$fifo"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user