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

GH-378 Update release notes

This commit is contained in:
Tae Won Ha 2017-06-16 19:23:33 +02:00
parent cae3795fb5
commit 865ba32ba0
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

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