Skip to content

Commit 810e77b

Browse files
Fix external completers typo (#1051)
1 parent eefc70f commit 810e77b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/external_completers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ let external_completer = {|spans|
148148
$spans
149149
}
150150
151-
match {
151+
match $spans.0 {
152152
# carapace completions are incorrect for nu
153153
nu => $fish_completer
154154
# fish completes commits and branch names in a nicer way

0 commit comments

Comments
 (0)