mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +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:
+2
-2
@@ -41,9 +41,9 @@
|
||||
# vim: ft=zsh sw=2 ts=2 et
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
local context state line
|
||||
|
||||
_pygmentize() {
|
||||
local context state line
|
||||
|
||||
_arguments -s -S \
|
||||
'-h[prints help]:' \
|
||||
'-V[prints the package version]:' \
|
||||
|
||||
Reference in New Issue
Block a user