mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
Tex completions
darcs-hash:20050923145646-ac50b-fad0bc76bc16a5a81f7a14dda1d1754450a7f2f8.gz
This commit is contained in:
parent
a6b10d28eb
commit
61af4e2197
9 changed files with 15 additions and 0 deletions
1
init/completions/elatex.fish
Normal file
1
init/completions/elatex.fish
Normal file
|
@ -0,0 +1 @@
|
|||
complete -y tex
|
1
init/completions/etex.fish
Normal file
1
init/completions/etex.fish
Normal file
|
@ -0,0 +1 @@
|
|||
complete -y tex
|
1
init/completions/latex.fish
Normal file
1
init/completions/latex.fish
Normal file
|
@ -0,0 +1 @@
|
|||
complete -y tex
|
1
init/completions/omega.fish
Normal file
1
init/completions/omega.fish
Normal file
|
@ -0,0 +1 @@
|
|||
complete -y tex
|
1
init/completions/pdfelatex.fish
Normal file
1
init/completions/pdfelatex.fish
Normal file
|
@ -0,0 +1 @@
|
|||
complete -y tex
|
1
init/completions/pdfetex.fish
Normal file
1
init/completions/pdfetex.fish
Normal file
|
@ -0,0 +1 @@
|
|||
complete -y tex
|
1
init/completions/pdflatex.fish
Normal file
1
init/completions/pdflatex.fish
Normal file
|
@ -0,0 +1 @@
|
|||
complete -y tex
|
1
init/completions/pdftex.fish
Normal file
1
init/completions/pdftex.fish
Normal file
|
@ -0,0 +1 @@
|
|||
complete -y tex
|
7
init/completions/tex.fish
Normal file
7
init/completions/tex.fish
Normal file
|
@ -0,0 +1,7 @@
|
|||
for i in {,e}tex {,e}latex pdf{,e}latex pdf{,e}tex omega
|
||||
complete -c $i -o help -d "Display help and exit"
|
||||
complete -c $i -o version -d "Display version and exit"
|
||||
complete -c $i -x -a "(
|
||||
__fish_complete_suffix (commandline -ct) .tex '(La)TeX file'
|
||||
)"
|
||||
end
|
Loading…
Reference in a new issue