aboutsummaryrefslogtreecommitdiffhomepage
path: root/init/completions/tex.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-01-08 12:56:56 +1000
committerGravatar axel <axel@liljencrantz.se>2006-01-08 12:56:56 +1000
commit690648e1b0a04db179d113e2900dde52d0e7f67f (patch)
treee06606ec232ce96c730433c2490be796c4e442f8 /init/completions/tex.fish
parentb33d3f78b1d3d1b5f9dbb9fbe9000fd6ab181cbb (diff)
Huge upade containing several bugfixes related to i18n, and a huge number of new translatable strings, including almost all description messages for command specific completions
darcs-hash:20060108025656-ac50b-e2309829a0afa6b3270d13814e9600d0fd372407.gz
Diffstat (limited to 'init/completions/tex.fish')
-rw-r--r--init/completions/tex.fish4
1 files changed, 2 insertions, 2 deletions
diff --git a/init/completions/tex.fish b/init/completions/tex.fish
index 9134fa56..615f1dea 100644
--- a/init/completions/tex.fish
+++ b/init/completions/tex.fish
@@ -1,6 +1,6 @@
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 -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'
)"