We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd5156 commit 9aa5c99Copy full SHA for 9aa5c99
fzf-tab.zsh
@@ -72,7 +72,6 @@
72
# dscr - the string to show to users
73
# word - the string to be inserted
74
local dscr word i
75
-
76
for i in {1..$#__hits}; do
77
word=$__hits[i] dscr=$__dscr[i]
78
if [[ -n $dscr ]]; then
0 commit comments