zsh-workers
 help / color / mirror / code / Atom feed
0b4b16dfaadb548cd45ce14e2c12e8076c32f36f blob 260 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
 
#compdef gccgo gofmt 5l 6l 8l 5g 6g 8g

# This is for the computer language go,
# http://golang.org.

local expl pat

case $service in
  (<->l)
  pat="*.${service[1,-2]}"
  ;;

  (*)
  pat="*.go"
  ;;
esac

_wanted files expl "input file" _files -g "$pat(-.)"
debug log:

solving 0b4b16dfa ...
found 0b4b16dfa in https://git.vuxu.org/mirror/zsh/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).