diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2021-09-26 18:22:41 -0600 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2021-09-26 18:23:38 -0600 |
commit | 98af9ea2882e5addf489a313d3a4f465d08df5a7 (patch) | |
tree | eb48d5faa8557b52ed84dbacc052343f7461c111 /editors/neovim | |
parent | devel/libsigc++30: Remove INSTALL_TARGET as it's not used (diff) |
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)
Diffstat (limited to 'editors/neovim')
-rw-r--r-- | editors/neovim/Makefile | 2 | ||||
-rw-r--r-- | 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@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 |