summaryrefslogtreecommitdiffstats
path: root/runtime/ftplugin/mysql.vim
blob: 232df8c5a3a9cd6d9736938e29e0c920fed3d78c (plain)
1
2
3
4
5
6
7
8
9
" Vim filetype plugin
" Language:	MySQL
" Maintainer:	Riley Bruins <ribru17@gmail.com>
" Last Change:	2024 Aug 12
if exists("b:did_ftplugin")
  finish
endif

runtime ftplugin/sql.vim