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.

- 73de98256c
- https://github.com/vim/vim/pull/14634
This commit is contained in:
Jan Edmund Lazo
2026-01-12 02:03:25 -05:00
committed by GitHub
parent 7a6e8d4430
commit 025c0c34ce
2 changed files with 2 additions and 0 deletions

View File

@@ -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

View File

@@ -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/