From 440133e0d5d576e46bd5ffa555f6a9c534789b48 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Tue, 18 Apr 2017 01:57:19 +0200 Subject: health.vim: Set 'iskeyword' to that of ft=help. --- runtime/autoload/provider/python.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/autoload/provider/python.vim') 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 -- cgit