Subject: CVS commit: pkgsrc/editors/neovim
From: Adam Ciarcinski
Date: 2025-01-22 19:18:33
Message id: 20250122181833.62F61FBDF@cvs.NetBSD.org

Log Message:
neovim: updated to 0.10.3

Nvim 0.10.3

Features

main: Expand file ~\ or ~/ prefix on Windows
Bug Fixes

api: Make nvim_set_hl() respect all cterm attributes
completion: Avoid deleting text when completion leader changes
coverity/510275: Linematch out of bounds access
defaults: Don't replace keycodes in Visual search mappings
events: Don't expand args.file for Lua callback
extmark: Builtin completion can still affect nearby extmarks
filetype: Make filetype detection work with :doautocmd
inccommand: Ensure cursor is where it belongs
inspect: Show priority for treesitter highlights
inspect: Always show priority
lsp: Str_byteindex_enc bounds checking
lsp: Retrigger diagnostics request on server cancellation
lsp: Cancel pending requests before refreshing
marks: Skip right_gravity marks when deleting text
startup: Report --startuptime error to stderr
treesitter: Show proper node name error messages
tui: Avoid flushing buffer halfway an OSC 2 sequence
uri: Uri_encode encodes brackets incorrectly for RFC2732
vim.system: Invalid MAX_TIMEOUT for 32-bit systems

Documentation

Misc
lua: "vim.bo" is always equivalent to :setlocal
lua: Clarify when on_key "typed" will be empty

Refactor

Fix incorrect use of enum
Sort various Lua tables in src/ alphabetically

Files:
RevisionActionfile
1.11modifypkgsrc/editors/neovim/Makefile
1.7modifypkgsrc/editors/neovim/PLIST
1.9modifypkgsrc/editors/neovim/distinfo
1.1removepkgsrc/editors/neovim/patches/patch-src_nvim_api_vim.c
1.1removepkgsrc/editors/neovim/patches/patch-src_nvim_math.c