Skip to content

Commit 908e588

Browse files
committed
feat(watchexec): add fallback 3rd party completion loader
1 parent 1bedb38 commit 908e588

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

completions/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@
308308
/vgsplit
309309
/vigr
310310
/_virtctl
311+
/_watchexec
311312
/whatis
312313
/wine-development
313314
/wine-stable

completions/Makefile.am

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -864,6 +864,7 @@ CLEANFILES = \
864864
vgsplit \
865865
vigr \
866866
_virtctl \
867+
_watchexec \
867868
whatis \
868869
wine-development \
869870
wine-stable \
@@ -930,6 +931,8 @@ symlinks: $(DATA)
930931
mailsnarf msgsnarf
931932
$(ss) firefox \
932933
firefox-esr iceweasel mozilla-firefox
934+
$(ss) _flamegraph \
935+
_watchexec
933936
$(ss) freeciv \
934937
civclient freeciv-gtk2 freeciv-gtk3 freeciv-sdl freeciv-xaw
935938
$(ss) freeciv-server \

0 commit comments

Comments
 (0)