runtime(mysql): include mysql ftplugin file Commit: https://github.com/vim/vim/commit/01e20902f44afaf29fa31a4ecc1f651907d778b4 Author: Riley Bruins <ribr...@hotmail.com> Date: Sun Jul 7 21:02:23 2024 +0200
runtime(mysql): include mysql ftplugin file This one just sources from the SQL ftplugin. Without this, *.mysql files don't inherit the common SQL settings. closes: #15166 Signed-off-by: Riley Bruins <ribr...@hotmail.com> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/runtime/ftplugin/mysql.vim b/runtime/ftplugin/mysql.vim new file mode 100644 index 000000000..cbbd0eb12 --- /dev/null +++ b/runtime/ftplugin/mysql.vim @@ -0,0 +1 @@ +runtime ftplugin/sql.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 on the web visit https://groups.google.com/d/msgid/vim_dev/E1sQXLj-009Coy-SS%40256bit.org.