You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
393 B
VimL
18 lines
393 B
VimL
"autocmd BufEnter *.php set filetype=php_new
|
|
|
|
"runtime! after/php.vim
|
|
|
|
" vim-php
|
|
let vim_php_fold_root = 0
|
|
let vim_php_fold_comments = 0
|
|
let vim_php_string_allow_single_backslash = 0
|
|
|
|
" php.vim (Hodge)
|
|
let g:php_sql_query = 1
|
|
let g:php_smart_members = 1
|
|
let g:php_alt_properties = 1
|
|
let g:php_alt_arrays = 2
|
|
let g:php_folding = 1
|
|
let g:php_special_functions = 0
|
|
let g:php_nested_functions = 1
|