Summary: | editors/neovim-qt: Update to 0.2.16.1 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | chuck | ||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | fernape | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
^Triage: If there is a changelog or release notes URL available for this version, please add it to the URL field. Thanks! (In reply to Fernando Apesteguía from comment #1) Unfortunately, neovim-qt doesn't provide release notes or a change log. The changes I listed were obtained by combing through git history. (In reply to chuck from comment #2) Thanks a lot for the effort. It's really appreciated Committed, thanks! A commit references this bug: Author: swills Date: Tue Sep 8 18:04:17 UTC 2020 New revision: 548036 URL: https://svnweb.freebsd.org/changeset/ports/548036 Log: editors/neovim-qt: Update to 0.2.16.1 PR: 249033 Submitted by: chuck@tuffli.net (maintainer) Changes: head/editors/neovim-qt/Makefile head/editors/neovim-qt/distinfo head/editors/neovim-qt/files/ |
Created attachment 217673 [details] port patch for 0.2.16.1 Update to latest release on GitHub. Changes include: - Add version argument -v,--version - Update both guifont and GuiFont registers with font description - Refactor input handling logic and improve UnitTest coverage - Issue 628: GuiFont! fails for bad monospace fonts - Add support for Neovim guicursor options - Issue 641: Window size prestting is not working - Support arbitrary font weight - Issue 648: IncSearch not rendered properly with ext_linegrid - Add Basic GuiScrollBar Support - Issue 663: Option guicursor does not respect busy state - Issue 649: Improper cursor redraw for grid_scroll - Issue 661: GuiScrollBar split change causes cursor jump - Issue 659: Add GuiDrop override GuiDropCustomHandler - Issue 671: Ignore volume control keys - Issue 674: Use HighlightAttribute version of put() - Issue 665: Busy mouse cursor overridden by mouse hide - Add win_viewport support for GuiScrollBar - Issue 661: GuiScrollBar buffer change causes cursor jump - Fix touchpad scroll speed - Issue 170: Send <C-6> as <C-^> - Issue 693: GuiPopupmenu ScrollBar Truncation