mirror of
https://github.com/neovim/neovim.git
synced 2026-04-26 01:04:10 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user