about summary refs log tree commit diff
diff options
context:
space:
mode:
-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'