Path to this page:
Subject: CVS commit: pkgsrc/editors/neovim
From: Adam Ciarcinski
Date: 2025-02-07 08:50:02
Message id: 20250207075002.EBD4BFBE0@cvs.NetBSD.org
Log Message:
neovim: updated to 0.10.4
0.10.4
This is maintenance release, focusing on bug fixes. It also contains changes
to the available binary releases.
A Linux AArch64 binary has been added as part of the binary releases.
In addition, the previous "linux64" binary has been renamed to \
"linux-x86_64".
This is a BREAKING change for scripts which consumes our binary releases.
Bug Fixes
checkhealth: Failed if 'lua' in plugin name
decor: Set invalid flag for end of invalidated paired marks
inspect: Use correct default highlight
jobs: Do not block UI when jobwait() doesn't block
lsp: Minimum height for floating popup
lua: Prevent SIGSEGV when lua error is NULL in libuv_worker
marks: Revise metadata for start mark of revalidated pair
mpack: Remove invalid bool definition
runtime: Let matchit and matchparen skips fallback on treesitter captures
search: Avoid quadratic time complexity when computing fuzzy score
treesitter: Uv_dlclose after uv_dlerror
treesitter: Don't open fold when o/O adds a line below
treesitter.foldexpr: Robustness against ctrl-c
treesitter.foldexpr: Refresh in the buffers affected by OptionSet
treesitter.foldexpr: Only refresh valid buffers
ui: Ensure screen update before waiting for input
Files: