From 97704a6694a32373810652005c56677ef28e841d Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Mon, 8 Jul 2024 10:46:01 +0200 Subject: [PATCH] vim-patch:01e2090: 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: vim/vim#15166 https://github.com/vim/vim/commit/01e20902f44afaf29fa31a4ecc1f651907d778b4 Co-authored-by: Riley Bruins --- runtime/ftplugin/mysql.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 runtime/ftplugin/mysql.vim diff --git a/runtime/ftplugin/mysql.vim b/runtime/ftplugin/mysql.vim new file mode 100644 index 0000000000..cbbd0eb122 --- /dev/null +++ b/runtime/ftplugin/mysql.vim @@ -0,0 +1 @@ +runtime ftplugin/sql.vim