Fix latex tool completions

Again the wrapping was used the wrong way around.

(also why on earth are there like fifty of these darn things?)

[ci skip]
This commit is contained in:
Fabian Homborg 2019-08-04 15:31:29 +02:00
parent ab1b2b84f6
commit 3fd567749c
10 changed files with 10 additions and 10 deletions

View file

@ -1,2 +1,2 @@
complete -c tex -w elatex
complete -c elatex -w tex

View file

@ -1 +1 @@
complete -c tex -w etex
complete -c etex -w tex

View file

@ -1,2 +1,2 @@
complete -c tex -w latex
complete -c latex -w tex

View file

@ -1,2 +1,2 @@
complete -c tex -w lualatex
complete -c lualatex -w tex

View file

@ -1,2 +1,2 @@
complete -c tex -w omega
complete -c omega -w tex

View file

@ -1,3 +1,3 @@
complete -c tex -w pdfelatex
complete -c pdfelatex -w tex

View file

@ -1,3 +1,3 @@
complete -c tex -w pdfetex
complete -c pdfetex -w tex

View file

@ -1,2 +1,2 @@
complete -c tex -w pdflatex
complete -c pdflatex -w tex

View file

@ -1,3 +1,3 @@
complete -c tex -w pdftex
complete -c pdftex -w tex

View file

@ -1,2 +1,2 @@
complete -c tex -w xelatex
complete -c xelatex -w latex