commit | 3e496b0ea31996b665824f45664dee1fdd73c4d0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 25 22:11:48 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 25 22:11:48 2016 +0200 |
tree | ba186d3f36fe10fa470832b8d5ef9ec225740378 | |
parent | 9af418427652562384744648d7d173a4bfebba95 [diff] [blame] |
Updated runtime files.
diff --git a/runtime/autoload/phpcomplete.vim b/runtime/autoload/phpcomplete.vim index 7f25d9d..0d01bc8 100644 --- a/runtime/autoload/phpcomplete.vim +++ b/runtime/autoload/phpcomplete.vim
@@ -931,7 +931,7 @@ 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