mirror of
git://git.code.sf.net/p/zsh/code
synced 2026-01-05 21:31:29 +01:00
minor typo
This commit is contained in:
parent
513e750d18
commit
e051cb908f
2 changed files with 4 additions and 2 deletions
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
* unposted: Config/version.mk: 4.3.11-dev-4.
|
||||
|
||||
* unposted: Completion/Unix/Command/_go: typo
|
||||
|
||||
* 29341, corrected: Completion/Unix/Command/_go,
|
||||
Completion/Unix/Command/.distfiles: basic completion for
|
||||
commands associated with the Go programming language.
|
||||
|
|
@ -14784,5 +14786,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.5318 $
|
||||
* $Revision: 1.5319 $
|
||||
*****************************************************
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#compdef gccgo gofmt 5l 6l 8l 5g 6g 8g
|
||||
|
||||
# This is for the computer language go,
|
||||
# http://glolang.org.
|
||||
# http://golang.org.
|
||||
|
||||
local expl pat
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue