vim-patch:3e496b0ea319

Updated runtime files.

3e496b0ea3

NA patches:
vim-patch:8.0.0015
vim-patch:8.0.0016
vim-patch:177778575148
This commit is contained in:
Justin M. Keyes
2017-04-28 23:27:35 +02:00
parent a5e9974ed7
commit 40fb96c76a
12 changed files with 25 additions and 27 deletions

View File

@@ -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