diff options
author | Robby Russell <robby@planetargon.com> | 2017-02-27 09:02:16 -0800 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2017-02-27 09:02:16 -0800 |
commit | b908feebcfb0ca8a9a80360d177e716c24c317d6 (patch) | |
tree | 966fd789c3bcdf804d6d242a3becf81afc343eaa /plugins/scala | |
parent | e609fd5a9f7f7c9a16945ca9c0748b6de99f6635 (diff) | |
parent | d874c73f19d8430f4dc32756fff0bf2f6a804d87 (diff) | |
download | zsh-b908feebcfb0ca8a9a80360d177e716c24c317d6.tar.gz zsh-b908feebcfb0ca8a9a80360d177e716c24c317d6.tar.bz2 zsh-b908feebcfb0ca8a9a80360d177e716c24c317d6.zip |
Merge branch 'master' of github.com:robbyrussell/oh-my-zsh
Diffstat (limited to 'plugins/scala')
-rw-r--r-- | plugins/scala/_scala | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/scala/_scala b/plugins/scala/_scala index c4ccb37d3..80434680c 100644 --- a/plugins/scala/_scala +++ b/plugins/scala/_scala @@ -152,10 +152,10 @@ Y_opts=( "-Ydump-classes+[Dump the generated bytecode to .class files (useful for reflective compilation that utilizes in-memory classloaders)]:output directory:_files -/" "-Yeta-expand-keeps-star[Eta-expand varargs methods to T* rather than Seq[T]. This is a temporary option to ease transition.]" "-Ygen-javap+[Generate a parallel output directory of .javap files]:output directory:_files -/" - "-Yinfer-argument-types[Infer types for arguments of overriden methods]" + "-Yinfer-argument-types[Infer types for arguments of overridden methods]" "-Yinline[Perform inlining when possible]" "-Yinline-handlers[Perform exception handler inlining when possible]" - "-Yinline-warnings[Emit inlining warnings (normally surpressed due to high volume)]" + "-Yinline-warnings[Emit inlining warnings (normally suppressed due to high volume)]" "-Yinvalidate+[Invalidate classpath entry before run]:classpath entry" "-Ylinearizer\:-[Linearizer to use (default\: rpo)]:linearizer:(normal dfs rpo dump)" "-Ylog-classpath[Output information about what classpath is being applied]" |