]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - vim/after/ftplugin/php.vim
4456b0976accb862554b62d1d8f6800021428fc8
[config/dotfiles.git] / vim / after / ftplugin / php.vim
1 " Vim filetype plugin file
2 " Language:     PHP
3 " Maintainer:   Simon Ruderich <simon@ruderich.org>
4 " Last Change:  2008-10-17
5
6
7 " Don't allow short PHP tags (<? .. ?>) as they are not always available.
8 let php_short_tags=0
9 " Highlight SQL queries in strings.
10 let php_sql_query=1
11 " Fold PHP functions.
12 let php_folding=3
13
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