diff options
Diffstat (limited to 'runtime/autoload/provider/python3.vim')
-rw-r--r-- | runtime/autoload/provider/python3.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/autoload/provider/python3.vim b/runtime/autoload/provider/python3.vim index 4f47a03a9b..3d6838e92c 100644 --- a/runtime/autoload/provider/python3.vim +++ b/runtime/autoload/provider/python3.vim @@ -4,7 +4,7 @@ " Associating the plugin with the Python3 host is the first step because " plugins will be passed as command-line arguments -if exists('g:loaded_python3_provider') +if get(g:, 'loaded_python3_provider', 0) finish endif let g:loaded_python3_provider = 1 |