From 9e9c2ab990cce4d53f3f914592f02a08ae725dfa Mon Sep 17 00:00:00 2001 From: Kevin Lyda <kevin@ie.suberic.net> Date: Wed, 20 Sep 2017 18:53:47 +0100 Subject: [PATCH] A note for how to get help for the python-vim module. --- plugin/cobol.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/cobol.py b/plugin/cobol.py index 97b6610..20c1031 100755 --- a/plugin/cobol.py +++ b/plugin/cobol.py @@ -11,6 +11,7 @@ from __future__ import print_function COBOL utilities. """ +# See :help python-vim for how this module works. import vim import math -- GitLab