neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 025c0c34ce597484db01850cc1576b488bc84986
parent 7a6e8d4430764d34b189a038ae41c7c31297cc20
Author: Jan Edmund Lazo <janedmundlazo@hotmail.com>
Date:   Mon, 12 Jan 2026 02:03:25 -0500

build(vim-patch): Vim9 comment plugin is N/A (#37370)

Nvim has builtin 'gc' commenting, instead of bundling
https://github.com/tpope/vim-commentary, partly for treesitter.
Vim9 comment plugin, runtime/pack/dist/opt/comment/ seems to be based on
https://github.com/habamax/.vim/blob/master/autoload/comment.vim
which is similar to vim-commentary.

test/functional/lua/comment_spec.lua has enough tests to justify
skipping test_plugin_comment.vim.
Vim's terminal + packadd + Vim9 test files is a chore to manually port.

- https://github.com/neovim/neovim/commit/73de98256cf3932dca156fbfd0c82c1cc10d487e
- https://github.com/vim/vim/pull/14634
Diffstat:
Mscripts/vim_na_files.txt | 1+
Mscripts/vim_na_regexp.txt | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/scripts/vim_na_files.txt b/scripts/vim_na_files.txt @@ -96,6 +96,7 @@ src/testdir/test_job_fails.vim src/testdir/test_json.vim src/testdir/test_listener.vim src/testdir/test_mzscheme.vim +src/testdir/test_plugin_comment.vim src/testdir/test_plugin_glvs.vim src/testdir/test_python2.vim src/testdir/test_pyx2.vim diff --git a/scripts/vim_na_regexp.txt b/scripts/vim_na_regexp.txt @@ -16,6 +16,7 @@ ^runtime/macros/life/ ^runtime/macros/maze ^runtime/macros/urm +^runtime/pack/dist/opt/comment/ ^runtime/pack/dist/opt/dvorak/ ^runtime/pack/dist/opt/editorconfig/ ^runtime/print/