git: 98af9ea2882e - main - editors/neovim: Update to 0.5.1

Adam Weinberger adamw at FreeBSD.org
Mon Sep 27 00:23:43 UTC 2021


The branch main has been updated by adamw:

URL: https://cgit.FreeBSD.org/ports/commit/?id=98af9ea2882e5addf489a313d3a4f465d08df5a7

commit 98af9ea2882e5addf489a313d3a4f465d08df5a7
Author:     Adam Weinberger <adamw at FreeBSD.org>
AuthorDate: 2021-09-27 00:22:41 +0000
Commit:     Adam Weinberger <adamw at FreeBSD.org>
CommitDate: 2021-09-27 00:23:38 +0000

    editors/neovim: Update to 0.5.1
    
    BREAKING CHANGES:
    feat(lua)!: register_keystroke_callback => on_key
    feat(lsp)!: change handler signature #15504
    
    FEATURES:
    feat(jobstart): add parameter to close stdin
    
    FIXES:
    backport: fix(windowing): positioning of relative floats
    backport: refactor(sign): include longer sign column option
    backport: fix(sign): reset auto sign column with minimum in float win minimal style
    backport: fix(decorations): crash when :bdelete (extmark_free_all) after clear_namespace
    build: use RelWithDebInfo build for nightlies, Release for releases
    build: update appdata.xml version in release commit
    test(treesitter): skip all parsers tests if parsers aren't installed
    Rename stdin to stdin_mode (fixes Windows build)
    
    FIXES (LSP):
    backport: fix(lsp): Ensure human readable errors are printed
    backport: fix(lsp): Ensure users get feedback on references/symbols errors or empty results
    backport: fix(lsp): prevent double <text> for cached plaintext markup
    feat(lsp): allow root_dir to be nil (#15430) (Mathias Fußenegger)
    lsp(start_client): Allow passing custom workspaceFolders to the LSP (#15132) (sim)
    fix(lsp): check if buffer is valid in changetracking (#15505) (Jose Alvarez)
    fix(lsp): avoid ipairs on non-sequential tables (#15059) (Michael Lingelbach)
    feat(lsp): improve vim.lsp.util.apply_text_edits (#15561) (hrsh7th)
    feat(lsp): improve logging (#15636) (Michael Lingelbach)
---
 editors/neovim/Makefile | 2 +-
 editors/neovim/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/editors/neovim/Makefile b/editors/neovim/Makefile
index c23c0a1371ac..c35ba42e31ea 100644
--- a/editors/neovim/Makefile
+++ b/editors/neovim/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	neovim
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.5.0
+DISTVERSION=	0.5.1
 CATEGORIES=	editors
 
 MAINTAINER=	adamw at FreeBSD.org
diff --git a/editors/neovim/distinfo b/editors/neovim/distinfo
index f6c2c53f78f3..c6e2860e1b74 100644
--- a/editors/neovim/distinfo
+++ b/editors/neovim/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1625243672
-SHA256 (neovim-neovim-v0.5.0_GH0.tar.gz) = 2294caa9d2011996499fbd70e4006e4ef55db75b99b6719154c09262e23764ef
-SIZE (neovim-neovim-v0.5.0_GH0.tar.gz) = 10337976
+TIMESTAMP = 1632701733
+SHA256 (neovim-neovim-v0.5.1_GH0.tar.gz) = aa449795e5cc69bdd2eeed7095f20b9c086c6ecfcde0ab62ab97a9d04243ec84
+SIZE (neovim-neovim-v0.5.1_GH0.tar.gz) = 10349190
 SHA256 (libmpack-libmpack-1.0.5_GH0.tar.gz) = 4ce91395d81ccea97d3ad4cb962f8540d166e59d3e2ddce8a22979b49f108956
 SIZE (libmpack-libmpack-1.0.5_GH0.tar.gz) = 32966
 SHA256 (libmpack-libmpack-lua-1.0.7_GH0.tar.gz) = 2ebe9c8972c378040c9b8505f5fb40a0c64d990cd68be6a62989362b18294d0a


More information about the dev-commits-ports-main mailing list