mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
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:
parent
ab1b2b84f6
commit
3fd567749c
10 changed files with 10 additions and 10 deletions
|
@ -1,2 +1,2 @@
|
|||
complete -c tex -w elatex
|
||||
complete -c elatex -w tex
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
complete -c tex -w etex
|
||||
complete -c etex -w tex
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
complete -c tex -w latex
|
||||
complete -c latex -w tex
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
complete -c tex -w lualatex
|
||||
complete -c lualatex -w tex
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
complete -c tex -w omega
|
||||
complete -c omega -w tex
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
complete -c tex -w pdfelatex
|
||||
complete -c pdfelatex -w tex
|
||||
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
complete -c tex -w pdfetex
|
||||
complete -c pdfetex -w tex
|
||||
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
complete -c tex -w pdflatex
|
||||
complete -c pdflatex -w tex
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
complete -c tex -w pdftex
|
||||
complete -c pdftex -w tex
|
||||
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
complete -c tex -w xelatex
|
||||
complete -c xelatex -w latex
|
||||
|
||||
|
|
Loading…
Reference in a new issue