summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStavros Ntentos <133706+stdedos@users.noreply.github.com>2021-07-28 01:12:37 +0300
committerdana <dana@dana.is>2021-07-30 00:44:28 -0500
commit765bc1470197fa76b74e58b878ed406745234518 (patch)
tree49a50dd103e397be3186135024dddd6b0ce77faa
parentb4dff9a8e85802afcd52e7798176ebeb5e662da9 (diff)
downloadzsh-765bc1470197fa76b74e58b878ed406745234518.tar.gz
zsh-765bc1470197fa76b74e58b878ed406745234518.zip
github #77: Improve subl completions for Sublime Text v4
-rw-r--r--ChangeLog5
-rw-r--r--Completion/X/Command/_sublimetext2
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 156a3c9fa..4690121fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2021-07-30 dana <dana@dana.is>
+
+ * github #77: Stavros Ntentos: Completion/X/Command/_sublimetext:
+ Improve subl completions for Sublime Text v4
+
2021-07-30 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
* 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'