]> git.pld-linux.org Git - packages/vim.git/blame - vim-ft-mysql.patch
- rebuild with ruby 2.4
[packages/vim.git] / vim-ft-mysql.patch
CommitLineData
218e0181
ER
1--- vim72/runtime/filetype.vim~ 2010-01-21 21:47:56.000000000 +0200
2+++ vim72/runtime/filetype.vim 2010-04-22 14:27:15.550974158 +0300
3@@ -1151,7 +1151,7 @@
4 au BufNewFile,BufRead *.msql setf msql
5
6 " Mysql
7-au BufNewFile,BufRead *.mysql setf mysql
8+au BufNewFile,BufRead *.mysql,.*mysql_history* setf mysql
9
10 " M$ Resource files
11 au BufNewFile,BufRead *.rc setf rc
This page took 0.125087 seconds and 4 git commands to generate.