packages: vim/vim-ft-mysql.patch - $HOME/.mysql_history* as mysql filetype
glen
glen at pld-linux.org
Thu Apr 22 13:28:56 CEST 2010
Author: glen Date: Thu Apr 22 11:28:56 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- $HOME/.mysql_history* as mysql filetype
---- Files affected:
packages/vim:
vim-ft-mysql.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: packages/vim/vim-ft-mysql.patch
diff -u packages/vim/vim-ft-mysql.patch:1.1 packages/vim/vim-ft-mysql.patch:1.2
--- packages/vim/vim-ft-mysql.patch:1.1 Mon Apr 19 18:02:12 2010
+++ packages/vim/vim-ft-mysql.patch Thu Apr 22 13:28:51 2010
@@ -9,3 +9,14 @@
" Comments (c-style, mysql-style and modified sql-style)
syn region mysqlComment start="/\*" end="\*/"
+--- 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 @@
+ au BufNewFile,BufRead *.msql setf msql
+
+ " Mysql
+-au BufNewFile,BufRead *.mysql setf mysql
++au BufNewFile,BufRead *.mysql,.*mysql_history* setf mysql
+
+ " M$ Resource files
+ au BufNewFile,BufRead *.rc setf rc
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vim/vim-ft-mysql.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list