]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(mysql): include mysql ftplugin file
authorRiley Bruins <ribru17@hotmail.com>
Sun, 7 Jul 2024 19:02:23 +0000 (21:02 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 7 Jul 2024 19:02:23 +0000 (21:02 +0200)
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>
runtime/ftplugin/mysql.vim [new file with mode: 0644]

diff --git a/runtime/ftplugin/mysql.vim b/runtime/ftplugin/mysql.vim
new file mode 100644 (file)
index 0000000..cbbd0eb
--- /dev/null
@@ -0,0 +1 @@
+runtime ftplugin/sql.vim