Commit fea3301
committed
fix(zsh): use full word in mr fzf-tab preview for nested tasks
The previous '${word%:*}' stripped trailing ':description' added by
_describe, but also chopped 'nix:dead-path' down to 'nix', breaking
the preview for nested tasks. With compadd -ld the candidate is
already the bare task name, so pass it through unchanged.1 parent 9e3c93e commit fea3301
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | | - | |
| 70 | + | |
| 71 | + | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments