From 765bc1470197fa76b74e58b878ed406745234518 Mon Sep 17 00:00:00 2001 From: Stavros Ntentos <133706+stdedos@users.noreply.github.com> Date: Wed, 28 Jul 2021 01:12:37 +0300 Subject: github #77: Improve subl completions for Sublime Text v4 --- ChangeLog | 5 +++++ Completion/X/Command/_sublimetext | 2 ++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 156a3c9fa..4690121fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2021-07-30 dana + + * github #77: Stavros Ntentos: Completion/X/Command/_sublimetext: + Improve subl completions for Sublime Text v4 + 2021-07-30 Jun-ichi Takimoto * 49211: Completion/Zsh/Command/_typeset: correctly set return value diff --git a/Completion/X/Command/_sublimetext b/Completion/X/Command/_sublimetext index 1243d2779..5382e5dbc 100644 --- a/Completion/X/Command/_sublimetext +++ b/Completion/X/Command/_sublimetext @@ -8,6 +8,8 @@ _arguments -s -S : \ '(-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]' \ + '--safe-mode[launch using sandboxed (clean) environment]' \ + '--launch-or-new-window[only open new window if application is open]' \ '(: -)'{-v,--version}'[display version information]' \ '(-w --wait)'{-w,--wait}'[wait for files to close]' \ '*:file or directory:_files' -- cgit 1.4.1