diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2017-04-19 15:03:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-19 15:03:02 +0200 |
| commit | f0c12012d99b33474bd6bb5dcb0ee3a6c6808789 (patch) | |
| tree | 8a6efd81a3bf4528ff20b54dcef0d9d5905b3868 /runtime/autoload/provider/python.vim | |
| parent | 14b1becb5466003a65fa6be0517352abb7bc0f42 (diff) | |
| parent | 6bc6d94ec8c8f7e291454ebc888c0fa8435908c8 (diff) | |
| download | rneovim-f0c12012d99b33474bd6bb5dcb0ee3a6c6808789.tar.gz rneovim-f0c12012d99b33474bd6bb5dcb0ee3a6c6808789.tar.bz2 rneovim-f0c12012d99b33474bd6bb5dcb0ee3a6c6808789.zip | |
Merge #6546 from justinmk/doc
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 b99a046375..81fe194cb9 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 provider". +" python-vim plugins. :help provider " " Associating the plugin with the Python host is the first step because plugins " will be passed as command-line arguments |