summaryrefslogtreecommitdiff
path: root/runtime/autoload
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-10-02 01:41:41 +0200
committerBram Moolenaar <Bram@vim.org>2014-10-02 01:41:41 +0200
commit3a991dd00193eda3aeaf344e60905191b9db1b48 (patch)
treefafe29840b0d06f3b7d43c27a313d3d86b83c106 /runtime/autoload
parent56f6227224c6c0434fc758ab82245069d11c4fd4 (diff)
downloadvim-git-3a991dd00193eda3aeaf344e60905191b9db1b48.tar.gz
Update runtime files.
Diffstat (limited to 'runtime/autoload')
-rw-r--r--runtime/autoload/phpcomplete.vim5
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/autoload/phpcomplete.vim b/runtime/autoload/phpcomplete.vim
index 82ba894b2..b014b4cdc 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 @@ function! phpcomplete#GetCurrentNameSpace(file_lines) " {{{
endfor
endif
endif
+ if exists('no_namespace_candidate')
+ unlet no_namespace_candidate
+ endif
endfor
endif
let i += 1