From 663ec2fc0f7789e236ce777c6bf0147df62e7441 Mon Sep 17 00:00:00 2001 From: Tae Won Ha Date: Wed, 21 Jun 2017 23:04:08 +0200 Subject: [PATCH] Update snapshot appcast with the release appcast --- appcast_snapshot.xml | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/appcast_snapshot.xml b/appcast_snapshot.xml index e011ab5f..4a0a41db 100644 --- a/appcast_snapshot.xml +++ b/appcast_snapshot.xml @@ -7,22 +7,33 @@ Most recent changes with links to updates for VimR. en - SNAPSHOT-204 + v0.16.0-205
  • GH-378: Draw curly underline, e.g. when the spelling is incorrect.
  • +
  • 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 git difftool as described below.
  • +
  • GH-302, GH-421: The vimr CLI tool has two new options:
  • +
  • --wait: When present, the vimr CLI tool will exit only after the corresponding VimR window has been closed. This is particularly useful when combined with the --nvim option as described below.
  • +
  • --nvim: When present, all command line arguments except --dry-run and --wait, see above, will be passed over to the background nvim process when launching. This means that you can now use for example the -d option to activate the diffmode. To use VimR as git difftool, add the following to your ~/.gitconfig + [difftool "vimrdiff"] + cmd = vimr --wait --nvim -d $LOCAL $REMOTE + [diff] + tool = vimrdiff + You have to re-install the vimr CLI tool in the Preferences window as described in the wiki.
  • +
  • Reduce the binary size by approx. 8 MB: We compile httpswift/swifter directly into VimR's binary...
  • +
  • Bonus: The Neovim splash screen shows up!
  • ]]>
    - https://github.com/qvacua/vimr/releases/tag/snapshot/204 + https://github.com/qvacua/vimr/releases/tag/v0.16.0-205 - 2017-06-16T19:33:17.355821 + 2017-06-21T13:10:52.683028 10.10.0 -