Skip to content

Commit

Permalink
remove newline
Browse files Browse the repository at this point in the history
  • Loading branch information
oldfatcrab committed Oct 18, 2023
1 parent 1dd5156 commit 9aa5c99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fzf-tab.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
# dscr - the string to show to users
# word - the string to be inserted
local dscr word i

for i in {1..$#__hits}; do
word=$__hits[i] dscr=$__dscr[i]
if [[ -n $dscr ]]; then
Expand Down

0 comments on commit 9aa5c99

Please sign in to comment.