1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-24 03:25:03 +03:00
vimr/resources/release-notes.md

8 lines
585 B
Markdown
Raw Normal View History

* GH-309: When opening a file via a GUI action, check whether the file is already open.
- Open in a tab or split: select the tab/split
2016-10-24 23:44:19 +03:00
- Open in another (GUI) window: let NeoVim handle it.
2016-10-29 22:48:11 +03:00
* GH-239, GH-312: Turn on font smoothing such that the "Use LCD font smoothing when available" setting from the General system preferences pane is respected.
* GH-270: Make line spacing configurable via the "Appearances" preferences pane.
2016-11-04 22:43:04 +03:00
* GH-322: Fix crashes related to the file browser.
2016-10-25 23:44:03 +03:00
* Bugfix: The command line tool `vimr` sometimes does not open the files in the frontmost window.