Skip to content

Commit 18c8945

Browse files
committed
feat(buf): add fallback 3rd party completion loader
1 parent 850ffa1 commit 18c8945

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

completions/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
/bsdtar
2222
/btdownloadcurses.py
2323
/btdownloadgui.py
24+
/_buf
2425
/c++
2526
/cc
2627
/cdrecord

completions/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,7 @@ CLEANFILES = \
528528
bsdtar \
529529
btdownloadcurses.py \
530530
btdownloadgui.py \
531+
_buf \
531532
c++ \
532533
cc \
533534
cdrecord \
@@ -934,6 +935,7 @@ symlinks: $(DATA)
934935
$(ss) _golangci-lint \
935936
_allero \
936937
_arduino-cli \
938+
_buf \
937939
_cilium \
938940
_cloudquery \
939941
_constellation \

0 commit comments

Comments
 (0)