diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-04-18 01:57:19 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-04-19 04:03:08 +0200 |
commit | 440133e0d5d576e46bd5ffa555f6a9c534789b48 (patch) | |
tree | 4ec0aff81f0980f1fdabda17d2d8b6d907fd367c /runtime/autoload/provider/python.vim | |
parent | 14b1becb5466003a65fa6be0517352abb7bc0f42 (diff) | |
download | rneovim-440133e0d5d576e46bd5ffa555f6a9c534789b48.tar.gz rneovim-440133e0d5d576e46bd5ffa555f6a9c534789b48.tar.bz2 rneovim-440133e0d5d576e46bd5ffa555f6a9c534789b48.zip |
health.vim: Set 'iskeyword' to that of ft=help.
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 |