tobyS / pdv

PHP Documentor for VIM - Generates PHP docblocks
161 stars 32 forks source link

Function PhpDoc() is undefined #1

Closed JCook21 closed 11 years ago

JCook21 commented 11 years ago

I've installed this plugin using Vundle but I'm having a few problems with it. I've mapped the function PhpDoc() to the key combination ctrl-p but every time I try it I get an error saying that the function is undefined. Am I missing something simple in getting this setup?

Thanks in advance for any ideas.

tobyS commented 11 years ago

Sorry, I'm still missing the docs. You need to use the function pdv#DocumentCurrentLine().

JCook21 commented 11 years ago

Ah, thanks. I'll try that out later. On 27 Jan 2013 10:37, "Tobias Schlitt" notifications@github.com wrote:

Sorry, I'm still missing the docs. You need to use the function pdv#DocumentCurrentLine().

— Reply to this email directly or view it on GitHubhttps://github.com/tobyS/pdv/issues/1#issuecomment-12755841.

JCook21 commented 11 years ago

That seems to have done it, thanks again.