mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-24 03:25:03 +03:00
Update snapshot appcast with the release appcast
This commit is contained in:
parent
5c9abcd773
commit
663ec2fc0f
@ -7,22 +7,33 @@
|
||||
<description>Most recent changes with links to updates for VimR.</description>
|
||||
<language>en</language>
|
||||
<item>
|
||||
<title>SNAPSHOT-204</title>
|
||||
<title>v0.16.0-205</title>
|
||||
<description><![CDATA[
|
||||
<ul>
|
||||
<li>GH-378: Draw curly underline, e.g. when the spelling is incorrect.</li>
|
||||
<li>GH-326, GH-460: Add an option to hide or quit VimR when the last window closes. This is for example useful when you want to use VimR as <code>git difftool</code> as described below.</li>
|
||||
<li>GH-302, GH-421: The <code>vimr</code> CLI tool has two new options:</li>
|
||||
<li><code>--wait</code>: When present, the <code>vimr</code> CLI tool will exit only after the corresponding VimR window has been closed. This is particularly useful when combined with the <code>--nvim</code> option as described below.</li>
|
||||
<li><code>--nvim</code>: When present, all command line arguments except <code>--dry-run</code> and <code>--wait</code>, see above, will be passed over to the background <code>nvim</code> process when launching. This means that you can now use for example the <code>-d</code> option to activate the diffmode. To use VimR as <code>git difftool</code>, add the following to your <code>~/.gitconfig</code>
|
||||
<code>[difftool "vimrdiff"]
|
||||
cmd = vimr --wait --nvim -d $LOCAL $REMOTE
|
||||
[diff]
|
||||
tool = vimrdiff</code>
|
||||
You have to re-install the <code>vimr</code> CLI tool in the Preferences window as described in the <a href="https://github.com/qvacua/vimr/wiki#command-line-tool">wiki</a>.</li>
|
||||
<li>Reduce the binary size by approx. 8 MB: We compile httpswift/swifter directly into VimR's binary...</li>
|
||||
<li>Bonus: The Neovim splash screen shows up!</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<releaseNotesLink>
|
||||
https://github.com/qvacua/vimr/releases/tag/snapshot/204
|
||||
https://github.com/qvacua/vimr/releases/tag/v0.16.0-205
|
||||
</releaseNotesLink>
|
||||
<pubDate>2017-06-16T19:33:17.355821</pubDate>
|
||||
<pubDate>2017-06-21T13:10:52.683028</pubDate>
|
||||
<minimumSystemVersion>10.10.0</minimumSystemVersion>
|
||||
<enclosure url="https://github.com/qvacua/vimr/releases/download/snapshot/204/VimR-SNAPSHOT-204.tar.bz2"
|
||||
sparkle:version="204"
|
||||
sparkle:shortVersionString="SNAPSHOT-204"
|
||||
sparkle:dsaSignature="MC4CFQDESITZZB7eepsrWBoR0Ro/7dH9RgIVAJiEVtE4rMVkyWC4/ujgS4nVtbHl"
|
||||
length="10631791"
|
||||
<enclosure url="https://github.com/qvacua/vimr/releases/download/v0.16.0-205/VimR-v0.16.0-205.tar.bz2"
|
||||
sparkle:version="205"
|
||||
sparkle:shortVersionString="0.16.0"
|
||||
sparkle:dsaSignature="MC0CFQDyjY2BABl/4kj+z2jeBkGV5e+boQIUHQ4SVK5TBhia0k8E3ko2vdNwC4U="
|
||||
length="10634000"
|
||||
type="application/octet-stream"/>
|
||||
</item>
|
||||
</channel>
|
||||
|
Loading…
Reference in New Issue
Block a user