aboutsummaryrefslogtreecommitdiff
path: root/runtime/autoload/phpcomplete.vim
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2015-01-21 10:27:07 -0500
committerJustin M. Keyes <justinkz@gmail.com>2015-01-21 10:27:07 -0500
commitd550eecf7092397d064df26850d4a09d9ab4a481 (patch)
tree20434b7e79e5ac786071e4ef7b31abf75ee5c9ad /runtime/autoload/phpcomplete.vim
parentc3028e435392a7b647f79be826c054ef76b0d577 (diff)
parent5f00d2285368e893361c9ccf8ebe3b15004cdbf8 (diff)
downloadrneovim-d550eecf7092397d064df26850d4a09d9ab4a481.tar.gz
rneovim-d550eecf7092397d064df26850d4a09d9ab4a481.tar.bz2
rneovim-d550eecf7092397d064df26850d4a09d9ab4a481.zip
Merge pull request #1853 from fwalch/vim-bd18da9
vim-patch:bd18da9 (runtime update)
Diffstat (limited to 'runtime/autoload/phpcomplete.vim')
-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 82ba894b2a..b014b4cdcf 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