diff options
| author | Clint Adams <clint@users.sourceforge.net> | 2007-09-26 05:21:49 +0000 |
|---|---|---|
| committer | Clint Adams <clint@users.sourceforge.net> | 2007-09-26 05:21:49 +0000 |
| commit | ef66a233de52414286532b09dfac244cc35ef198 (patch) | |
| tree | a8877f381b3730738c1156de7907d894d7e74dd1 /Completion/Unix | |
| parent | Mikael Magnusson: 23832: fix git merge -m completion. (diff) | |
| download | zsh-ef66a233de52414286532b09dfac244cc35ef198.tar zsh-ef66a233de52414286532b09dfac244cc35ef198.tar.gz zsh-ef66a233de52414286532b09dfac244cc35ef198.tar.bz2 zsh-ef66a233de52414286532b09dfac244cc35ef198.tar.lz zsh-ef66a233de52414286532b09dfac244cc35ef198.tar.xz zsh-ef66a233de52414286532b09dfac244cc35ef198.tar.zst zsh-ef66a233de52414286532b09dfac244cc35ef198.zip | |
23834: complete tex files for xetex and xelatex.
Diffstat (limited to 'Completion/Unix')
| -rw-r--r-- | Completion/Unix/Type/_tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Type/_tex b/Completion/Unix/Type/_tex index fcbafbd67..6e556e3da 100644 --- a/Completion/Unix/Type/_tex +++ b/Completion/Unix/Type/_tex @@ -1,4 +1,4 @@ -#compdef tex latex slitex pdflatex jadetex pdfjadetex +#compdef tex latex slitex pdflatex jadetex pdfjadetex xetex=tex xelatex=latex local expl |
