X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vim%2Fafter%2Fftplugin%2Fphp.vim;h=1c37b1e4a5a1506dfebd5c9237f232728f33c468;hb=9d605338233fe8fe10d71a82c9fd83e9e82d0331;hp=57bc1e57694a60d83cf56eb930a7baa6c05db803;hpb=a0b93d46b90d0cf54c1a8c667f8b84f75506c919;p=config%2Fdotfiles.git diff --git a/vim/after/ftplugin/php.vim b/vim/after/ftplugin/php.vim index 57bc1e5..1c37b1e 100644 --- a/vim/after/ftplugin/php.vim +++ b/vim/after/ftplugin/php.vim @@ -20,13 +20,6 @@ " along with this file. If not, see . -" Don't allow short PHP tags () as they are not always available. -let b:php_short_tags = 0 -" Highlight SQL queries in strings. -let b:php_sql_query = 1 -" Fold PHP functions. -let b:php_folding = 3 - " Automatically fix my wrong usage of kdb tags in phpdoc comments which don't " exist and should be kbd tags. I make this typo all the time. abbreviate kdb kbd