]> git.pld-linux.org Git - packages/vim.git/blobdiff - vim-ft-mysql.patch
Up to 8.2.4295.
[packages/vim.git] / vim-ft-mysql.patch
index 1149602c4e2028eb2d8823f1464aeb7e41956335..860e5009a6d8bfe599235fa6faff03b9e5bd530c 100644 (file)
@@ -1,11 +1,12 @@
 --- vim72/runtime/filetype.vim~        2010-01-21 21:47:56.000000000 +0200
 +++ vim72/runtime/filetype.vim 2010-04-22 14:27:15.550974158 +0300
-@@ -1151,7 +1151,7 @@
+@@ -1171,7 +1171,7 @@ au BufNewFile,BufRead mrxvtrc,.mrxvtrc
  au BufNewFile,BufRead *.msql                  setf msql
  
  " Mysql
 -au BufNewFile,BufRead *.mysql                 setf mysql
-+au BufNewFile,BufRead *.mysql,.*mysql_history*                        setf mysql
++au BufNewFile,BufRead *.mysql,.*mysql_history*        setf mysql
  
- " Mutt setup files (must be before catch *.rc)
- au BufNewFile,BufRead */etc/Muttrc.d/*                call s:StarSetf('muttrc')
+ " Tcl Shell RC file
+ au BufNewFile,BufRead tclsh.rc                        setf tcl
+
This page took 0.043746 seconds and 4 git commands to generate.