spf13 / PIV

PHP Integration environment for Vim
250 stars 36 forks source link

Checking the value of variables instead of if it exists. #35

Closed bpearson closed 10 years ago

bpearson commented 10 years ago

Instead of checking if a variable exists, check the value. This will allow it to be overwritten, which currently does not happen if ftplugin/php.vim runs (it just hardcodes php_sql_query to on).