tobyS / pdv

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

Error #28

Closed cpierce closed 8 years ago

cpierce commented 8 years ago

Error detected while processing function pdv#DocumentWithSnip[5]..177_GenerateDocumentation[2]..177_ProcessTemplate:

cpierce commented 8 years ago

further info

line    1:
E117: Unknown function: vmustache#RenderFile
E15: Invalid expression: vmustache#RenderFile(a:file, a:data)
cpierce commented 8 years ago

Solved this by installing Plugin 'tobys/vmustache' but it doesn't say anywhere in the docs that this is required.... might update the docs with this info.

adriaanzon commented 8 years ago

I think it does. See the requirements section: https://github.com/tobyS/pdv/blob/master/README.rst

cpierce commented 8 years ago

ahh see that now.