diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-09-25 22:11:48 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-09-25 22:11:48 +0200 |
commit | 3e496b0ea31996b665824f45664dee1fdd73c4d0 (patch) | |
tree | ba186d3f36fe10fa470832b8d5ef9ec225740378 /runtime/autoload/phpcomplete.vim | |
parent | 9af418427652562384744648d7d173a4bfebba95 (diff) | |
download | vim-git-3e496b0ea31996b665824f45664dee1fdd73c4d0.tar.gz |
Updated runtime files.
Diffstat (limited to 'runtime/autoload/phpcomplete.vim')
-rw-r--r-- | runtime/autoload/phpcomplete.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/autoload/phpcomplete.vim b/runtime/autoload/phpcomplete.vim index 7f25d9df3..0d01bc8bf 100644 --- a/runtime/autoload/phpcomplete.vim +++ b/runtime/autoload/phpcomplete.vim @@ -931,7 +931,7 @@ function! phpcomplete#EvaluateModifiers(modifiers, required_modifiers, prohibite endfor for modifier in a:modifiers - " if the modifier is prohibited its a no match + " if the modifier is prohibited it's a no match if index(a:prohibited_modifiers, modifier) != -1 return 0 endif |