head 1.2; access; symbols pkgsrc-2026Q1:1.1.0.2 pkgsrc-2026Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2026.04.06.15.30.42; author leot; state dead; branches; next 1.1; commitid JRqgYopGpP17DUAG; 1.1 date 2025.12.23.00.07.15; author wiz; state Exp; branches; next ; commitid 2ws7ZslfaJzARsnG; desc @@ 1.2 log @neovim: Update to 0.12.0 Changes: 0.12.0 This release introduce vim.pack.*() to manage plugins natively, adds :Undotree and :DiffTool as builtin plugins, expands built-in LSP support and more. For full release notes please see and ":help news". @ text @$NetBSD: patch-runtime_lua_vim_treesitter___meta_misc.lua,v 1.1 2025/12/23 00:07:15 wiz Exp $ Fix build with tree-sitter 0.26. https://github.com/subnut/cports/blob/neovim-wasm/main/neovim/patches/backport-33141.patch --- runtime/lua/vim/treesitter/_meta/misc.lua.orig 2025-11-02 16:14:24.000000000 +0000 +++ runtime/lua/vim/treesitter/_meta/misc.lua @@@@ -5,12 +5,10 @@@@ error('Cannot require a meta file') ---@@alias TSLoggerCallback fun(logtype: 'parse'|'lex', msg: string) ---@@class TSParser: userdata ----@@field parse fun(self: TSParser, tree: TSTree?, source: integer|string, include_bytes: boolean): TSTree, (Range4|Range6)[] +---@@field parse fun(self: TSParser, tree: TSTree?, source: integer|string, include_bytes: boolean, timeout_ns: integer?): TSTree?, (Range4|Range6)[] ---@@field reset fun(self: TSParser) ---@@field included_ranges fun(self: TSParser, include_bytes: boolean?): integer[] ---@@field set_included_ranges fun(self: TSParser, ranges: (Range6|TSNode)[]) ----@@field set_timeout fun(self: TSParser, timeout: integer) ----@@field timeout fun(self: TSParser): integer ---@@field _set_logger fun(self: TSParser, lex: boolean, parse: boolean, cb: TSLoggerCallback) ---@@field _logger fun(self: TSParser): TSLoggerCallback @ 1.1 log @neovim: fix build with tree-sitter 0.26 Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @