diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-06-15 00:42:17 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-06-15 19:31:11 -0400 |
commit | c698ed05310034d38192174d20da6926586be3ca (patch) | |
tree | 3770780949c401bdf313b67c2d7b21465449f4c4 /runtime/autoload/provider/python.vim | |
parent | 30a7d551ee54d03ae47d5566e0daff9302b3fefa (diff) | |
download | rneovim-c698ed05310034d38192174d20da6926586be3ca.tar.gz rneovim-c698ed05310034d38192174d20da6926586be3ca.tar.bz2 rneovim-c698ed05310034d38192174d20da6926586be3ca.zip |
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 |