File tree Expand file tree Collapse file tree 4 files changed +11
-0
lines changed
test/fallback/completions Expand file tree Collapse file tree 4 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ cross_platform = 2to3 \
8383 dd \
8484 declare \
8585 deja-dup \
86+ _delta \
8687 desktop-file-validate \
8788 dhclient \
8889 dict \
Original file line number Diff line number Diff line change 1+ # 3rd party completion loader for commands emitting -*- shell-script -*-
2+ # their completion using "$cmd --generate-completion bash".
3+ #
4+ # This serves as a fallback in case the completion is not installed otherwise.
5+
6+ eval -- " $( " $1 " --generate-completion bash 2> /dev/null) "
7+
8+ # ex: filetype=sh
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ EXTRA_DIST = \
66 chfn \
77 chsh \
88 coder \
9+ delta \
910 dmesg \
1011 eject \
1112 flamegraph \
Original file line number Diff line number Diff line change 1+ ../../../completions/_delta
You can’t perform that action at this time.
0 commit comments