Skip to content

Commit 9a3679e

Browse files
committed
refactor(op): switch to fallback 3rd party completion loader
1 parent 299551a commit 9a3679e

File tree

8 files changed

+3
-80
lines changed

8 files changed

+3
-80
lines changed

completions/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@
140140
/muttng
141141
/ncal
142142
/neomutt
143+
/_op
143144
/pbzip2
144145
/pccardctl
145146
/pdlzip

completions/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,6 @@ bashcomp_DATA = 2to3 \
292292
nsupdate \
293293
ntpdate \
294294
oggdec \
295-
_op \
296295
openssl \
297296
opera \
298297
optipng \
@@ -671,6 +670,7 @@ CLEANFILES = \
671670
muttng \
672671
ncal \
673672
neomutt \
673+
_op \
674674
pbzip2 \
675675
pccardctl \
676676
pdlzip \
@@ -880,7 +880,7 @@ symlinks: $(DATA)
880880
$(ss) gkrellm \
881881
gkrellm2
882882
$(ss) _golangci-lint \
883-
_hugo _kn _sshi _upctl _vacuum
883+
_hugo _kn _op _sshi _upctl _vacuum
884884
$(ss) gpgv \
885885
gpgv2
886886
$(ss) gssdp-discover \

completions/_op

Lines changed: 0 additions & 63 deletions
This file was deleted.

test/fallback/completions/Makefile.am

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ EXTRA_DIST = \
1818
mount.linux \
1919
newgrp \
2020
nmcli \
21-
op \
2221
renice \
2322
repomanage \
2423
reptyr \

test/fallback/completions/op

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/t/Makefile.am

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,6 @@ EXTRA_DIST = \
420420
test_objdump.py \
421421
test_od.py \
422422
test_oggdec.py \
423-
test_op.py \
424423
test_openssl.py \
425424
test_opera.py \
426425
test_optipng.py \

test/t/test_op.py

Lines changed: 0 additions & 11 deletions
This file was deleted.

test/test-cmd-list.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@ ntpdate
246246
objcopy
247247
od
248248
oggdec
249-
op
250249
openssl
251250
opera
252251
optipng

0 commit comments

Comments
 (0)