]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(dosini): Add support for # comments to ftplugin
authorDavid Mandelberg <david@mandelberg.org>
Thu, 20 Feb 2025 19:43:10 +0000 (20:43 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 20 Feb 2025 19:43:10 +0000 (20:43 +0100)
commit911742a975caf69c1e35a866288f58450eb476cd
treefcffde7fba95c0566d2756a459c238fa8fa14e96
parentd6e3c9048dfb7e8f08f8fadc820c7e2208c3f030
runtime(dosini): Add support for # comments to ftplugin

runtime/syntax/dosini.vim supports both ; and # as comments, and I think
a bunch of the files detected as dosini do too, so add support for # to
the ftplugin.

closes: #16681

Signed-off-by: David Mandelberg <david@mandelberg.org>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/ftplugin/dosini.vim