zsh-workers
 help / color / mirror / code / Atom feed
012309ad21b459a2eb26a69c2d2d26a91a71637b blob 694 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
 
#compdef subl

local curcontext=$curcontext
local -a context line state state_descr
local -A opt_args

_arguments -s -S : \
  '(-a -n --add --new-window)'{-a,--add}'[add to current window]' \
  '(-b --background)'{-b,--background}'[do not activate application]' \
  '--command[run specified command]:command' \
  '(: -)'{-h,--help}'[display help information]' \
  '(-a -n --add --new-window)'{-n,--new-window}'[open new window]' \
  '--project[load specified project]:project file:_files' \
  '(-s --stay)'{-s,--stay}'[keep application activated]' \
  '(: -)'{-v,--version}'[display version information]' \
  '(-w --wait)'{-w,--wait}'[wait for files to close]' \
  '*:file or directory:_files'
debug log:

solving 012309ad2 ...
found 012309ad2 in https://inbox.vuxu.org/zsh-workers/0ED247D6-B6E3-40AB-A59D-DDEFC4083BEE@dana.is/

applying [1/1] https://inbox.vuxu.org/zsh-workers/0ED247D6-B6E3-40AB-A59D-DDEFC4083BEE@dana.is/
diff --git a/Completion/Unix/Command/_subl b/Completion/Unix/Command/_subl
new file mode 100644
index 000000000..012309ad2

Checking patch Completion/Unix/Command/_subl...
Applied patch Completion/Unix/Command/_subl cleanly.

index at:
100644 012309ad21b459a2eb26a69c2d2d26a91a71637b	Completion/Unix/Command/_subl

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).