Update runtime files.
diff --git a/runtime/autoload/phpcomplete.vim b/runtime/autoload/phpcomplete.vim
index 82ba894..b014b4c 100644
--- a/runtime/autoload/phpcomplete.vim
+++ b/runtime/autoload/phpcomplete.vim
@@ -3,7 +3,7 @@
" Maintainer: Dávid Szabó ( complex857 AT gmail DOT com )
" Previous Maintainer: Mikolaj Machowski ( mikmach AT wp DOT pl )
" URL: https://github.com/shawncplus/phpcomplete.vim
-" Last Change: 2014 Aug 10
+" Last Change: 2014 Oct 02
"
" OPTIONS:
"
@@ -2344,6 +2344,9 @@
endfor
endif
endif
+ if exists('no_namespace_candidate')
+ unlet no_namespace_candidate
+ endif
endfor
endif
let i += 1