1 " Vim filetype plugin file
3 " Maintainer: Simon Ruderich <simon@ruderich.org>
4 " Last Change: 2008-10-17
7 " Don't allow short PHP tags (<? .. ?>) as they are not always available.
8 let b:php_short_tags = 0
9 " Highlight SQL queries in strings.
10 let b:php_sql_query = 1
14 " Automatically fix my wrong usage of kdb tags in phpdoc comments which don't
15 " exist and should be kbd tags. I make this typo all the time.
16 abbreviate <buffer> kdb kbd