]> git.ipfire.org Git - thirdparty/vim.git/commit
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)
commit01e20902f44afaf29fa31a4ecc1f651907d778b4
tree6a8339e94bdc58598c26bd582e1de5265b15e10b
parenta264bb931eb9e470b6a3af1c255988dd526adb70
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>
runtime/ftplugin/mysql.vim [new file with mode: 0644]