From ae059841b0791195fbae04bafc2acc73058b48fc Mon Sep 17 00:00:00 2001 From: dana Date: Thu, 4 Jan 2018 11:48:02 -0600 Subject: 42223: new completions for sublime text and some basic Unix utilities --- Completion/X/Command/_sublimetext | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Completion/X/Command/_sublimetext (limited to 'Completion/X/Command/_sublimetext') diff --git a/Completion/X/Command/_sublimetext b/Completion/X/Command/_sublimetext new file mode 100644 index 000000000..1243d2779 --- /dev/null +++ b/Completion/X/Command/_sublimetext @@ -0,0 +1,13 @@ +#compdef subl + +_arguments -s -S : \ + '(-a -n --add --new-window)'{-a,--add}'[add to current window]' \ + '(-b --background)'{-b,--background}"[don't 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' -- cgit 1.4.1