]> git.pld-linux.org Git - packages/vim.git/blob - vim-ft-mysql.patch
rediff patches
[packages/vim.git] / vim-ft-mysql.patch
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  " Mutt setup files (must be before catch *.rc)
11  au BufNewFile,BufRead */etc/Muttrc.d/*         call s:StarSetf('muttrc')
This page took 0.090787 seconds and 3 git commands to generate.