Files
neovim/scripts/vim_na_regexp.txt
Jan Edmund Lazo 025c0c34ce 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
2026-01-12 07:03:25 +00:00

96 lines
1.4 KiB
Plaintext

^\.
^README
^ci/
^lang/
^nsis/
^pixmaps/
^runtime/colors/tools/
^runtime/doc/gui_
^runtime/doc/version[4-6]\.txt
^runtime/doc/vim9
^runtime/hi[1-9]
^runtime/icons
^runtime/indent/testdir/
^runtime/lang/
^runtime/macros/hanoi
^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/
^runtime/spell/.*\.latin1
^runtime/syntax/generator/
^runtime/syntax/testdir/
^runtime/tutor/it/
^runtime/tutor/ru/
^runtime/tutor/sr/
^runtime/vim[0-9l]
^runtime/.\+\.c$
^runtime/.\+\.mak$
^runtime/.\+Makefile$
^runtime/.\+getscript
^runtime/.\+vimball
^src/.*popupwin
^src/.\+\.sh
^src/GvimExt/
^src/INSTALL
^src/Make
^src/[a-z]\+_cmdidxs\.h$
^src/auto/
^src/beval
^src/bigvim
^src/config\.[a-z]
^src/configure
^src/crypt
^src/gui[_.]
^src/if_
^src/install
^src/json[_.]
^src/libvterm/
^src/link\.
^src/msvc[-2]
^src/msys[36]
^src/nbdebug
^src/os_amiga
^src/os_haiku
^src/os_qnx
^src/os_vms
^src/os_w32
^src/osdef
^src/po/.*\.desktop
^src/po/.*sjis
^src/proto
^src/testdir/dumps/
^src/testdir/python
^src/testdir/test_balloon
^src/testdir/test_channel
^src/testdir/test_terminal
^src/testdir/test_vim9
^src/tool[a-z]
^src/vim\.[^h]
^src/vim9
^src/xpm
^src/xxd/
^tools/
\.1$
\.aap$
\.awk$
\.bmp$
\.desktop$
\.diff$
\.ico$
\.info$
\.man$
\.mms$
\.pl$
\.xbm$
_example\.vim$
/tags$
README_[a-z]\+\.txt$
[_.]cp125[0-1]
netbeans
textprop
vimtutor