diff options
| author | James McCoy <jamessan@jamessan.com> | 2017-01-09 22:31:45 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-09 22:31:45 -0500 | 
| commit | 9fcf6d577fa712d2ce420012c53a687cc9f7301d (patch) | |
| tree | e76756bff3c08f33aca515ac90c76046bf11d61c /runtime/syntax/php.vim | |
| parent | b260004d65ab55838cce9442a29e4f10941c5f51 (diff) | |
| parent | 8f32c04df4a181a2773da3d5e0fcd36ff84a25d8 (diff) | |
| download | rneovim-9fcf6d577fa712d2ce420012c53a687cc9f7301d.tar.gz rneovim-9fcf6d577fa712d2ce420012c53a687cc9f7301d.tar.bz2 rneovim-9fcf6d577fa712d2ce420012c53a687cc9f7301d.zip | |
Merge pull request #5862 from jamessan/vim-aa3b15d
vim-patch:aa3b15d,82af871,7.4.1925,c95a302
Diffstat (limited to 'runtime/syntax/php.vim')
| -rw-r--r-- | runtime/syntax/php.vim | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/runtime/syntax/php.vim b/runtime/syntax/php.vim index 4e1a84651c..fc257418d0 100644 --- a/runtime/syntax/php.vim +++ b/runtime/syntax/php.vim @@ -1,7 +1,7 @@  " Vim syntax file  " Language: php PHP 3/4/5  " Maintainer: Jason Woofenden <jason@jasonwoof.com> -" Last Change: Dec 26, 2015 +" Last Change: Apr 18, 2016  " URL: https://jasonwoof.com/gitweb/?p=vim-syntax.git;a=blob;f=php.vim;hb=HEAD  " Former Maintainers: Peter Hodge <toomuchphp-vim@yahoo.com>  "         Debian VIM Maintainers <pkg-vim-maintainers@lists.alioth.debian.org> @@ -136,7 +136,7 @@ syn keyword phpConstant  __LINE__ __FILE__ __FUNCTION__ __METHOD__ __CLASS__ __D  " Function and Methods ripped from php_manual_de.tar.gz Jan 2003  syn keyword phpFunctions  apache_child_terminate apache_get_modules apache_get_version apache_getenv apache_lookup_uri apache_note apache_request_headers apache_response_headers apache_setenv ascii2ebcdic ebcdic2ascii getallheaders virtual contained -syn keyword phpFunctions  array_change_key_case array_chunk array_combine array_count_values array_diff_assoc array_diff_uassoc array_diff array_fill array_filter array_flip array_intersect_assoc array_intersect array_key_exists array_keys array_map array_merge_recursive array_merge array_multisort array_pad array_pop array_push array_rand array_reduce array_reverse array_search array_shift array_slice array_splice array_sum array_udiff_assoc array_udiff_uassoc array_udiff array_unique array_unshift array_values array_walk array arsort asort compact count current each end extract in_array key krsort ksort list natcasesort natsort next pos prev range reset rsort shuffle sizeof sort uasort uksort usort contained +syn keyword phpFunctions  array_change_key_case array_chunk array_column array_combine array_count_values array_diff_assoc array_diff_key array_diff_uassoc array_diff_ukey array_diff array_fill_keys array_fill array_filter array_flip array_intersect_assoc array_intersect_key array_intersect_uassoc array_intersect_ukey array_intersect array_key_exists array_keys array_map array_merge_recursive array_merge array_multisort array_pad array_pop array_product array_push array_rand array_reduce array_replace_recursive array_replace array_reverse array_search array_shift array_slice array_splice array_sum array_udiff_assoc array_udiff_uassoc array_udiff array_uintersect_assoc array_uintersect_uassoc array_uintersect array_unique array_unshift array_values array_walk_recursive array_walk arsort asort count current each end in_array key_exists key krsort ksort natcasesort natsort next pos prev range reset rsort shuffle sizeof sort uasort uksort usort contained  syn keyword phpFunctions  aspell_check aspell_new aspell_suggest  contained  syn keyword phpFunctions  bcadd bccomp bcdiv bcmod bcmul bcpow bcpowmod bcscale bcsqrt bcsub  contained  syn keyword phpFunctions  bzclose bzcompress bzdecompress bzerrno bzerror bzerrstr bzflush bzopen bzread bzwrite  contained | 
