mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-18 00:10:14 +00:00
Various fixes, remove _zargs already upstream
Many movings of local inside the actual functions. Add many missing local and remove -g(!). Fix namespacing of some parameters and functions, phases() in _scala was nice.
This commit is contained in:
@@ -38,12 +38,12 @@
|
||||
#
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
function _tasks () {
|
||||
function _sbt_tasks () {
|
||||
compadd clean compile console console-project console-quick doc package \
|
||||
package-doc package-src publish publish-local run run-main test test-only \
|
||||
test:compile test:package test:package-doc test:package-src update
|
||||
}
|
||||
|
||||
_arguments "*:task:_tasks"
|
||||
_arguments "*:task:_sbt_tasks"
|
||||
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user