<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zsh.git/plugins/sublime, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cnjoe.info/git/zsh.git/atom/plugins/sublime?h=master</id>
<link rel='self' href='http://cnjoe.info/git/zsh.git/atom/plugins/sublime?h=master'/>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/'/>
<updated>2024-02-04T17:21:31Z</updated>
<entry>
<title>fix(sublime): pass user's env to `sst` (#12194)</title>
<updated>2024-02-04T17:21:31Z</updated>
<author>
<name>Rayzeq</name>
<email>dubrullezacharie@gmail.com</email>
</author>
<published>2024-02-04T17:21:31Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=212437090032ea1c8c7ccbc1bc2937083c2e7185'/>
<id>urn:sha1:212437090032ea1c8c7ccbc1bc2937083c2e7185</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(sublime): add support for Sublime Text 4 on Windows (#10063)</title>
<updated>2021-10-06T09:01:20Z</updated>
<author>
<name>HoshinoArika</name>
<email>HoshinoArika@tuta.io</email>
</author>
<published>2021-10-06T09:01:20Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=29b5c182bec4cec7704fb8bac9ee0ab971dfb89a'/>
<id>urn:sha1:29b5c182bec4cec7704fb8bac9ee0ab971dfb89a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sublime: add Sublime Text 4 path for macOS</title>
<updated>2020-09-04T20:12:21Z</updated>
<author>
<name>Marc Cornellà</name>
<email>marc.cornella@live.com</email>
</author>
<published>2020-09-04T20:12:21Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=415be382caed0bc4d31732aea145f0fd880b8c1d'/>
<id>urn:sha1:415be382caed0bc4d31732aea145f0fd880b8c1d</id>
<content type='text'>
Fixes #9153
</content>
</entry>
<entry>
<title>update path for snapd /snap/bin/* which is used by Linux systems (#8752)</title>
<updated>2020-03-19T11:20:33Z</updated>
<author>
<name>Mark</name>
<email>markh@cumulusnetworks.com</email>
</author>
<published>2020-03-19T11:20:33Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=17be35d1d466225fe4e6f15637b05ff4b6258618'/>
<id>urn:sha1:17be35d1d466225fe4e6f15637b05ff4b6258618</id>
<content type='text'>
Co-authored-by: mark horsfield &lt;markhfromakron@gmail.com&gt;</content>
</entry>
<entry>
<title>sublime: ignore wslpath errors if C drive is missing</title>
<updated>2019-10-02T11:10:36Z</updated>
<author>
<name>Marc Cornellà</name>
<email>marc.cornella@live.com</email>
</author>
<published>2019-10-02T11:10:17Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=e38099de96e8b62976354b468da1b21ec2d57f68'/>
<id>urn:sha1:e38099de96e8b62976354b468da1b21ec2d57f68</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix WSL check for WSL 2 and simplify nohup in open_command</title>
<updated>2019-09-19T14:20:02Z</updated>
<author>
<name>Marc Cornellà</name>
<email>marc.cornella@live.com</email>
</author>
<published>2019-09-19T14:20:02Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=095d56b5ea44988c83d0be501e70f37df3d5066b'/>
<id>urn:sha1:095d56b5ea44988c83d0be501e70f37df3d5066b</id>
<content type='text'>
WSL 2 changes the output of `uname -r`. For instance,

  WSL 1: 4.4.0-18980-Microsoft
  WSL 2: 4.19.67-microsoft-standard

Since WSL 2 lowercases the M, we can match for the rest of the string
which remains lowercase throughout both versions. Another option would
be to match for both upper- and lower-case Ms, like that:

  $(uname -r) = *[Mm]icrosoft*

Fixed use of nohup in open_command where it was only necessary for
xdg-open (and actually harmful for cmd.exe in WSL 2). The current logic
is simpler and more future-proof.
</content>
</entry>
<entry>
<title>sublime: refactor plugin and fix documentation (#7715)</title>
<updated>2019-04-15T14:55:18Z</updated>
<author>
<name>Marc Cornellà</name>
<email>marc.cornella@live.com</email>
</author>
<published>2019-04-15T14:55:18Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=fc9e427ef947d945cfbd436e2320562d194a0dd8'/>
<id>urn:sha1:fc9e427ef947d945cfbd436e2320562d194a0dd8</id>
<content type='text'>
* convert to 2-space indentation
* standardize sublime function name (subl)
* simplify subl function definition into a single loop
* convert functions into aliases
* simplify alias creation
* search for Sublime Text command only if not found
* reorganize and clean up plugin
* fix README
* simplify cygwin path lookup
* support path lookup for msys (Windows)
* support path lookup for WSL (Windows)
* fix for spaces in sublime path alias</content>
</entry>
<entry>
<title>sublime: fix typo in cygwin path logic (#7304)</title>
<updated>2018-10-17T19:28:48Z</updated>
<author>
<name>mhennecke</name>
<email>m.hennecke@web.de</email>
</author>
<published>2018-10-17T19:28:48Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=54603333634d057c5d2e1b2eb826eec5ce8fd706'/>
<id>urn:sha1:54603333634d057c5d2e1b2eb826eec5ce8fd706</id>
<content type='text'>
Bug introduced in cea941ce42b5d550489367608dd1ac4401151c97</content>
</entry>
<entry>
<title>use https everywhere (#6574)</title>
<updated>2018-08-07T18:42:01Z</updated>
<author>
<name>Janosch Schwalm</name>
<email>janosch.schwalm@gmail.com</email>
</author>
<published>2018-08-07T18:42:02Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=19b925e741fa46d2222210469a4dffc34a634ebd'/>
<id>urn:sha1:19b925e741fa46d2222210469a4dffc34a634ebd</id>
<content type='text'>
* use https everywhere

* use https links on the files that are left

Also, removed some broken links and updated redirections.
</content>
</entry>
<entry>
<title>[subl] Fix local variable definition</title>
<updated>2018-04-23T11:06:49Z</updated>
<author>
<name>Marc Cornellà</name>
<email>marc.cornella@live.com</email>
</author>
<published>2018-04-23T11:06:49Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=cf5ccf06a0ac5a00addc23ecfcc3dd2b2f93ea2d'/>
<id>urn:sha1:cf5ccf06a0ac5a00addc23ecfcc3dd2b2f93ea2d</id>
<content type='text'>
Fixes #6757</content>
</entry>
</feed>
