pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/editors/neovim



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Sep  3 09:06:26 UTC 2025

Modified Files:
        pkgsrc/editors/neovim: Makefile PLIST distinfo

Log Message:
neovim: updated to 0.11.4

0.11.4

FEATURES

- 5551da7 lsp: improve signature help display
- abfbd15 provider: detect venv python via "pynvim-python" tool

BUILD

- 3343ee9 deps: CMake generation fails when path contains spaces

FIXES

- 2728269 api: fix not capturing output in cmdline mode
- 09b0003 api: nvim_create_user_command addr option should allow ranges
- 3ab06d5 api: on_detach consistently before buf_freeall autocmds
- 53db7fc api,lsp: call on_detach before wiping out the buffer
- 30b801e checkhealth: wrong ABI version for treesitter parsers
- a05b70b clipboard: correct blockwise register width computation
- 990b320 cmdline: :checkhealth completion with multiple args
- a3590af diff: set default diff flags properly
- f4b4c27 float: cursor visible in "hidden" floating window
- 3cf9dac folds: error when deleting lines at end of buffer
- d70d469 health: accept TERM=tmux-direct
- edfb447 health: update advice for Python
- 359d65c iter: ArrayIter:last returns nil when filtered to empty
- 44b8255 lsp: close floating preview window correctly
- 6b82025 lsp: don't override `config.title` in `vim.lsp.buf.signature_help()`
- 8f2d6f7 lsp: show title when global winborder is set
- 1bea812 lsp: update window title when cycling through signatures
- 9261aef lsp/health: always use vim.inspect to show root_markers
- d185057 lsp/health: ensure valid table before concatenating
- 09f702b lua: report error in Lua Funcref callback properly
- 7f1e112 pum: check for cmdline mode properly
- 41fa343 snippet: jumping backwards to choice node
- 2e4baa3 snippet: setting end_right_gravity
- 4b957a4 treesitter: inconsistent highlight of multiline combined injection
- fa64f2d treesitter: run FileType autocmds in the context of `<abuf>`
- e841d65 treesitter: show capture-level priorities in :Inspect
- e299430 tui: do not remove SIGWINCH handler when resize events are enabled
- 64afa93 tutor: use `invalidate` field in `nvim_buf_set_extmark()`
- 2124146 tutor: use legacy syntax for lesson 3.1 of vim-01-beginner.tutor
- 6fd842a ui: check for cmdline mode properly

VIM PATCHES

- e68d3ef 5ddcecf: runtime(help): Add better support for language annotation highlighting
- 35a66f7 6fea0a5: runtime(help): Add Vim lang annotation support for codeblocks
- 819e545 714671d: runtime(misc): use :hor :term to ensure new term window is split horizontally
- a65c4be 8.1.0425: ml_get error and crash with appendbufline()
- 8dd8805 8.2.1672: v_lock is used when it is not initialized
- 6c2f06b 9.1.0748: :keep* commmands are sometimes misidentified as :k
- 54c2ea1 9.1.1599: :bnext doesn't go to unlisted help buffers
- 53a0d99 9.1.1601: Patch v8.1.0425 was wrong
- ced4eed 9.1.1607: :apple command detected as :append
- bd4b45d 9.1.1608: No command-line completion for :unsilent {command}
- d21db34 9.1.1611: possible undefined behaviour in mb_decompose()
- 744d96b 9.1.1612: Ctrl-G/Ctrl-T do not ignore the end search delimiter
- 5ec7d98 9.1.1613: tests: test_search leaves a few swapfiles behind
- 39ae9a9 9.1.1633: Search pattern shown incorrectly with negative offset
- e6ea97a 9.1.1665: Outdated comment in eval.c
- 6fd8ba0 9.1.1667: Another outdated comment in eval.c
- 4c5cb95 9.1.1688: potential buffer overrun in bufwrite.c
- 9981747 9.1.1700: Multiline ignorecase specific pattern does not match with 'ignorecase'
- fb6c677 b9ea0a8: runtime(doc): tweak documentation style in helphelp.txt


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/editors/neovim/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/editors/neovim/PLIST
cvs rdiff -u -r1.14 -r1.15 pkgsrc/editors/neovim/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/neovim/Makefile
diff -u pkgsrc/editors/neovim/Makefile:1.17 pkgsrc/editors/neovim/Makefile:1.18
--- pkgsrc/editors/neovim/Makefile:1.17 Thu Jul 24 13:30:40 2025
+++ pkgsrc/editors/neovim/Makefile      Wed Sep  3 09:06:26 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2025/07/24 13:30:40 adam Exp $
+# $NetBSD: Makefile,v 1.18 2025/09/03 09:06:26 adam Exp $
 
-DISTNAME=      neovim-0.11.3
+DISTNAME=      neovim-0.11.4
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=neovim/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/editors/neovim/PLIST
diff -u pkgsrc/editors/neovim/PLIST:1.10 pkgsrc/editors/neovim/PLIST:1.11
--- pkgsrc/editors/neovim/PLIST:1.10    Thu Jul 24 13:30:40 2025
+++ pkgsrc/editors/neovim/PLIST Wed Sep  3 09:06:26 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2025/07/24 13:30:40 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2025/09/03 09:06:26 adam Exp $
 bin/nvim
 @pkgdir lib/nvim
 man/man1/nvim.1
@@ -1124,6 +1124,7 @@ share/nvim/runtime/lua/_vim9script.lua
 share/nvim/runtime/lua/coxpcall.lua
 share/nvim/runtime/lua/editorconfig.lua
 share/nvim/runtime/lua/man.lua
+share/nvim/runtime/lua/nvim/tutor.lua
 share/nvim/runtime/lua/tohtml.lua
 share/nvim/runtime/lua/vim/F.lua
 share/nvim/runtime/lua/vim/_buf.lua
@@ -1972,6 +1973,7 @@ share/nvim/runtime/syntax/tsv.vim
 share/nvim/runtime/syntax/tt2.vim
 share/nvim/runtime/syntax/tt2html.vim
 share/nvim/runtime/syntax/tt2js.vim
+share/nvim/runtime/syntax/tutor.lua
 share/nvim/runtime/syntax/tutor.vim
 share/nvim/runtime/syntax/typescript.vim
 share/nvim/runtime/syntax/typescriptreact.vim
@@ -2058,3 +2060,7 @@ share/nvim/runtime/tutor/ja/vim-01-begin
 share/nvim/runtime/tutor/ja/vim-01-beginner.tutor.json
 share/nvim/runtime/tutor/tutor.tutor
 share/nvim/runtime/tutor/tutor.tutor.json
+share/nvim/runtime/tutor/zh/vim-01-beginner.tutor
+share/nvim/runtime/tutor/zh/vim-01-beginner.tutor.json
+share/nvim/runtime/tutor/zh/vim-02-beginner.tutor
+share/nvim/runtime/tutor/zh/vim-02-beginner.tutor.json

Index: pkgsrc/editors/neovim/distinfo
diff -u pkgsrc/editors/neovim/distinfo:1.14 pkgsrc/editors/neovim/distinfo:1.15
--- pkgsrc/editors/neovim/distinfo:1.14 Thu Jul 24 13:30:40 2025
+++ pkgsrc/editors/neovim/distinfo      Wed Sep  3 09:06:26 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2025/07/24 13:30:40 adam Exp $
+$NetBSD: distinfo,v 1.15 2025/09/03 09:06:26 adam Exp $
 
-BLAKE2s (neovim-0.11.3.tar.gz) = a505f00f6684df6c0d2d00b63ba54fc94bbc4a0d95caa6d224fba38a7d38949c
-SHA512 (neovim-0.11.3.tar.gz) = 30be325ea364369c242d1ccc7067ccda4c64e4f89198431d1a22ad04213fd7a9aba01d41e9c7c7c35c73883e575d3e09bb928d8e450ad484814165ca1390d995
-Size (neovim-0.11.3.tar.gz) = 12933589 bytes
+BLAKE2s (neovim-0.11.4.tar.gz) = b51e64f31a7fdb21cda3fcf17546aab61d9f1db2bb5987a0f07515ad976fb03d
+SHA512 (neovim-0.11.4.tar.gz) = 15eafa31cfee04f72f87ca442382d79a5c1f2e7699709cd1f713196a09425c55bca0587afc206488c528fa707515f12f8e2bc91460126c77ab3bc8e776deba76
+Size (neovim-0.11.4.tar.gz) = 12961606 bytes



Home | Main Index | Thread Index | Old Index