Skip to main content
Give example
Source Link
Andy A.
  • 233
  • 1
  • 2
  • 12

Is there a possibility to make vim helpfiles from pers POD?

I know there is pod2text, pod2html, ...

Is there somting like pod2vim too?


EDIT:

Example

=pod =head1 Headline 1 abc =head1 Headline 2 cde =cut 

should become

*lib* For Vim version ... ... 1. Headline 1 ............ |lib-head1| 2. Headline 2 ............ |lib-head2| ============================================ 1. Headline 1 *lib-head1* abc ============================================ 2. Headline 2 *lib-head2* cde ============================================ vim:... 

Is there a possibility to make vim helpfiles from pers POD?

I know there is pod2text, pod2html, ...

Is there somting like pod2vim too?

Is there a possibility to make vim helpfiles from pers POD?

I know there is pod2text, pod2html, ...

Is there somting like pod2vim too?


EDIT:

Example

=pod =head1 Headline 1 abc =head1 Headline 2 cde =cut 

should become

*lib* For Vim version ... ... 1. Headline 1 ............ |lib-head1| 2. Headline 2 ............ |lib-head2| ============================================ 1. Headline 1 *lib-head1* abc ============================================ 2. Headline 2 *lib-head2* cde ============================================ vim:... 
Source Link
Andy A.
  • 233
  • 1
  • 2
  • 12

Making helpfiles from perls POD

Is there a possibility to make vim helpfiles from pers POD?

I know there is pod2text, pod2html, ...

Is there somting like pod2vim too?