]> git.pld-linux.org Git - packages/vim.git/blame - vim-ft-mysql.patch
Up to 9.1.0168
[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
27f1ff4f 3@@ -1171,7 +1171,7 @@ au BufNewFile,BufRead mrxvtrc,.mrxvtrc
218e0181
ER
4 au BufNewFile,BufRead *.msql setf msql
5
6 " Mysql
7-au BufNewFile,BufRead *.mysql setf mysql
27f1ff4f 8+au BufNewFile,BufRead *.mysql,.*mysql_history* setf mysql
218e0181 9
27f1ff4f
AM
10 " Tcl Shell RC file
11 au BufNewFile,BufRead tclsh.rc setf tcl
12
This page took 0.18426 seconds and 4 git commands to generate.