]> git.pld-linux.org Git - packages/vim.git/commitdiff
- $HOME/.mysql_history* as mysql filetype
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 22 Apr 2010 11:28:51 +0000 (11:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vim-ft-mysql.patch -> 1.2

vim-ft-mysql.patch

index 7556d612509282a40096f2c3125ec51ab53e0bb3..5af751987494591d5666eb1ce4d6847d0e108787 100644 (file)
@@ -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
This page took 0.090631 seconds and 4 git commands to generate.