diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-06-16 01:48:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-16 01:48:05 -0400 |
commit | 51fe40a03389a9a6fa81d149f135527efcb3f722 (patch) | |
tree | 6ebbf8e64b1f8323070d1cd218e0e9c473b791f7 /runtime/autoload/provider/python.vim | |
parent | 1b1be69cd6101dc3276f35de5aa54a8334846609 (diff) | |
parent | 464bc16f81361a461c1da2769f13cebd82f067be (diff) | |
download | rneovim-51fe40a03389a9a6fa81d149f135527efcb3f722.tar.gz rneovim-51fe40a03389a9a6fa81d149f135527efcb3f722.tar.bz2 rneovim-51fe40a03389a9a6fa81d149f135527efcb3f722.zip |
Merge #4923 from justinmk/doc
doc: cleanup
Diffstat (limited to 'runtime/autoload/provider/python.vim')
-rw-r--r-- | runtime/autoload/provider/python.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/autoload/provider/python.vim b/runtime/autoload/provider/python.vim index cb9d5c5296..b99a046375 100644 --- a/runtime/autoload/provider/python.vim +++ b/runtime/autoload/provider/python.vim @@ -1,5 +1,5 @@ " The Python provider uses a Python host to emulate an environment for running -" python-vim plugins. See ":help nvim-provider" for more information. +" python-vim plugins. See ":help provider". " " Associating the plugin with the Python host is the first step because plugins " will be passed as command-line arguments |