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

Update release notes

This commit is contained in:
Tae Won Ha 2019-02-22 10:28:38 +01:00
parent e4adbb7d94
commit e9e7f4be26
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -2,10 +2,11 @@
* Neovim 0.3.4
* GH-625: `vimr --cur-env` will pass the current environment variables to the new neovim process. This will result in `virtualenv` support.
* GH-443: `vimr --line ${LINE_NUMBER} ${SOME_FILE}` will open the file and go to the given line. If the file is already open in a UI window, then that window will be selected and the cursor will be moved to the given line. This can be used e.g. to reverse-search LaTeX.
* GH-443: `vimr --line ${LINE_NUMBER} ${SOME_FILE}` will open the file and go to the given line. If the file is already open in a UI window, then that window will be selected and the cursor will be moved to the given line. This can be used for example to reverse-search LaTeX.
* GH-603: Bugfix: `Cmd-V` pastes at the wrong location in the insert mode.
* GH-659: Bugfix (introduced in a snapshot): Turning off ligatures does not really turn off ligatures.
* GH-664: Bugfix: VimR crashes for some shell configurations.
* GH-666: Adapt to the new UI-API of Neovim
* Dependencies updates:
- ReactiveX/RxSwift@4.4.1
- httpswift/swifter@1.4.5