diff options
| author | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2026-01-12 02:03:25 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-12 07:03:25 +0000 |
| commit | 025c0c34ce597484db01850cc1576b488bc84986 (patch) | |
| tree | 0e8bed46f2bf617b8378623890de2d8b6f27b68b /scripts | |
| parent | 7a6e8d4430764d34b189a038ae41c7c31297cc20 (diff) | |
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 (limited to 'scripts')
| -rw-r--r-- | scripts/vim_na_files.txt | 1 | ||||
| -rw-r--r-- | scripts/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 index f142e2329a..70d7cefcc3 100644 --- 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 index 76634b50ce..5ff92a8560 100644 --- 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/ |
