Hi ports@ [cc edd@ as maintainer]
a simple update for editors/neovim to the latest version 0.11.6. Changelog: https://github.com/neovim/neovim/releases/tag/v0.11.6 Build and tests OK on current/amd64 No issue detected for quick/lightly tests with my Lua configuration and ~25 Lua plugins. Tests welcome and please commit if OK. Laurent
? patch-test_old_testdir_test_excmd_vim Index: Makefile =================================================================== RCS file: /cvs/ports/editors/neovim/Makefile,v diff -u -p -r1.63 Makefile --- Makefile 4 Nov 2025 20:30:01 -0000 1.63 +++ Makefile 29 Jan 2026 12:57:03 -0000 @@ -11,7 +11,7 @@ EMBED_LUAJIT = No COMMENT = continuation and extension of Vim -DIST_TUPLE = github neovim neovim v0.11.5 . +DIST_TUPLE = github neovim neovim v0.11.6 . # embedded luajit USE_NOBTCFI = Yes Index: distinfo =================================================================== RCS file: /cvs/ports/editors/neovim/distinfo,v diff -u -p -r1.37 distinfo --- distinfo 4 Nov 2025 20:30:01 -0000 1.37 +++ distinfo 29 Jan 2026 12:57:03 -0000 @@ -2,7 +2,7 @@ SHA256 (LuaJIT-LuaJIT-538a82133ad6fddfd0 SHA256 (MDeiml-tree-sitter-markdown-v0.5.0.tar.gz) = FMLJSMzw6bYG7sObCShsWd3fKDB4SfcbfOKx0e8Gk34= SHA256 (keplerproject-lua-compat-5.3-v0.13.tar.gz) = 9dww57H9qFbuTTkr5FdkLB8MJZJkqbm/vLaAMCzoj8I= SHA256 (luvit-luv-1.50.0-1.tar.gz) = u08FcFceQMHSp2RPb5wTCabM2xm/TTl+jXv9DGuI5hM= -SHA256 (neovim-neovim-v0.11.5.tar.gz) = xjRQ37QrsBFc1elZ+Bx3mJ4cj9Ag1ePx5tiXFUzot3E= +SHA256 (neovim-neovim-v0.11.6.tar.gz) = 0cjj9ITtHiMf1fSPU7c0W2KOUiY9Xu9Im7i3PKjZD8o= SHA256 (neovim-tree-sitter-vim-v0.7.0.tar.gz) = ROq8MRJ8T+rNoZ8qBaV4gnISj/VhzgEJOot6U6rcx7I= SHA256 (neovim-tree-sitter-vimdoc-v4.0.0.tar.gz) = gJZ5TA8JCy10t7/5RUisG+MoW5Kex0+Dm9mz/09Mags= SHA256 (tree-sitter-grammars-tree-sitter-lua-v0.4.0.tar.gz) = sJd6ztSmO7dfJnJXh+BHuPX0oJJxLIQOpwcHZdQElVk= @@ -12,7 +12,7 @@ SIZE (LuaJIT-LuaJIT-538a82133ad6fddfd0ca SIZE (MDeiml-tree-sitter-markdown-v0.5.0.tar.gz) = 419516 SIZE (keplerproject-lua-compat-5.3-v0.13.tar.gz) = 60960 SIZE (luvit-luv-1.50.0-1.tar.gz) = 142052 -SIZE (neovim-neovim-v0.11.5.tar.gz) = 12979925 +SIZE (neovim-neovim-v0.11.6.tar.gz) = 13012085 SIZE (neovim-tree-sitter-vim-v0.7.0.tar.gz) = 364666 SIZE (neovim-tree-sitter-vimdoc-v4.0.0.tar.gz) = 58862 SIZE (tree-sitter-grammars-tree-sitter-lua-v0.4.0.tar.gz) = 63999 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/editors/neovim/pkg/PLIST,v diff -u -p -r1.29 PLIST --- pkg/PLIST 4 Nov 2025 20:30:01 -0000 1.29 +++ pkg/PLIST 29 Jan 2026 12:57:04 -0000 @@ -982,6 +982,8 @@ share/nvim/runtime/indent/testdir/krl.in share/nvim/runtime/indent/testdir/krl.ok share/nvim/runtime/indent/testdir/lua.in share/nvim/runtime/indent/testdir/lua.ok +share/nvim/runtime/indent/testdir/make.in +share/nvim/runtime/indent/testdir/make.ok share/nvim/runtime/indent/testdir/matlab.in share/nvim/runtime/indent/testdir/matlab.ok share/nvim/runtime/indent/testdir/python.in
