1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-23 19:21:53 +03:00

GH-326, GH-460 Update release notes

This commit is contained in:
Tae Won Ha 2017-06-13 23:19:37 +02:00
parent 6e9f33ea77
commit b221a84b84
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -1,5 +1,6 @@
# next
* 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`