aboutsummaryrefslogtreecommitdiff
path: root/runtime/autoload/phpcomplete.vim
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-10-16 16:36:25 +0800
committerGitHub <noreply@github.com>2023-10-16 16:36:25 +0800
commit3222f0ad0079ce4bd4e45886a00e4fe4685fb5dd (patch)
tree84dad2040bbd4ec91e4c53c9a191d4eeafe908be /runtime/autoload/phpcomplete.vim
parent0a3505eb9df8d57a9a0bcecf02bb3dda1c8edd29 (diff)
downloadrneovim-3222f0ad0079ce4bd4e45886a00e4fe4685fb5dd.tar.gz
rneovim-3222f0ad0079ce4bd4e45886a00e4fe4685fb5dd.tar.bz2
rneovim-3222f0ad0079ce4bd4e45886a00e4fe4685fb5dd.zip
vim-patch:dbf749bd5aae (#25665)
runtime: Fix more typos (vim/vim#13354) * Fix more typos * Fix typos in ignored runtime/ directory https://github.com/vim/vim/commit/dbf749bd5aaef6ea2d28bce081349785d174d96a Co-authored-by: Viktor Szépe <viktor@szepe.net>
Diffstat (limited to 'runtime/autoload/phpcomplete.vim')
-rw-r--r--runtime/autoload/phpcomplete.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/autoload/phpcomplete.vim b/runtime/autoload/phpcomplete.vim
index f9aa15c827..2556ac857e 100644
--- a/runtime/autoload/phpcomplete.vim
+++ b/runtime/autoload/phpcomplete.vim
@@ -2924,7 +2924,7 @@ endfor
" builtin class information
let g:php_builtin_object_functions = {}
-" When completing for 'everyting imaginable' (no class context, not a
+" When completing for 'everything imaginable' (no class context, not a
" variable) we need a list of built-in classes in a format of {'classname':''}
" for performance reasons we precompile this too
let g:php_builtin_classnames = {}