commit | 01e20902f44afaf29fa31a4ecc1f651907d778b4 | [log] [tgz] |
---|---|---|
author | Riley Bruins <ribru17@hotmail.com> | Sun Jul 07 21:02:23 2024 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Sun Jul 07 21:02:23 2024 +0200 |
tree | 6a8339e94bdc58598c26bd582e1de5265b15e10b | |
parent | a264bb931eb9e470b6a3af1c255988dd526adb70 [diff] [blame] |
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 <ribru17@hotmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/runtime/ftplugin/mysql.vim b/runtime/ftplugin/mysql.vim new file mode 100644 index 0000000..cbbd0eb --- /dev/null +++ b/runtime/ftplugin/mysql.vim
@@ -0,0 +1 @@ +runtime ftplugin/sql.vim