Skip to content
This repository was archived by the owner on Feb 14, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions autoload/libexec/__fzf::widget::insert
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ local -a items
IFS=$'\n' items=(`cat`)

if [[ -n $items ]]; then
local item
for item in $items; do
if [[ $1 = -q ]]; then
# quote special characters with backslashes
Expand Down
1 change: 1 addition & 0 deletions autoload/libexec/__fzf::widget::replace
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ if [[ -n $items ]]; then
BUFFER=''
CURSOR=$#BUFFER
zle redisplay
local item
for item in $items; do
if [[ $1 = -q ]]; then
# quote special characters with backslashes
Expand Down