runtime(dnsmasq): include simple filetype plugin Commit: https://github.com/vim/vim/commit/106899eb21ac0adfa0e31229d921a5f81e6a7e22 Author: dringsim <dring...@qq.com> Date: Thu Feb 20 22:19:23 2025 +0100
runtime(dnsmasq): include simple filetype plugin closes: https://github.com/vim/vim/issues/16671 Signed-off-by: dringsim <dring...@qq.com> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/.github/MAINTAINERS b/.github/MAINTAINERS index cd16c353a..a17e53281 100644 --- a/.github/MAINTAINERS +++ b/.github/MAINTAINERS @@ -153,6 +153,7 @@ runtime/ftplugin/debchangelog.vim @jamessan runtime/ftplugin/debcontrol.vim @jamessan runtime/ftplugin/debsources.vim @jamessan runtime/ftplugin/desktop.vim @e-kwsm +runtime/ftplugin/dnsmasq.vim @dringsim runtime/ftplugin/dosbatch.vim @mrdubya runtime/ftplugin/editorconfig.vim @ribru17 runtime/ftplugin/eiffel.vim @dkearns diff --git a/runtime/ftplugin/dnsmasq.vim b/runtime/ftplugin/dnsmasq.vim new file mode 100644 index 000000000..bf93bf930 --- /dev/null +++ b/runtime/ftplugin/dnsmasq.vim @@ -0,0 +1,11 @@ +" Vim filetype plugin +" Language: dnsmasq +" Maintainer: dringsim <dring...@qq.com> +" Last Change: 2025-02-18 + +if exists('b:did_ftplugin') + finish +endif + +" Behaves mostly just like cfg +runtime! ftplugin/cfg.vim -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1tlE7R-003BkL-25%40256bit.org.