[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

vim pplugin

Vetrivel Vetrivel

4/2/2009 11:54:00 AM



I need Automatic Header to *.rb file.
Example

Filename: myprogram.rb
*
* Description:
*
* Version: 1.0
* Created: 01/19/09 20:23:25
* Revision: none

Any vim plugin is there. I have vim plugin for perl . But I don't have
vim plugin for ruby.
--
Posted via http://www.ruby-....

2 Answers

John Maclean

4/2/2009 12:40:00 PM

0

2009/4/2 Vetrivel Vetrivel <vetrivel.bksys@gmail.com>:
>
>
> I need =A0Automatic Header to *.rb file.
> Example
>
> =A0 =A0 =A0 =A0 =A0 Filename: =A0myprogram.rb
> *
> * =A0 =A0Description:
> *
> * =A0 =A0 =A0 =A0Version: =A01.0
> * =A0 =A0 =A0 =A0Created: =A001/19/09 20:23:25
> * =A0 =A0 =A0 Revision: =A0none
>
> Any vim plugin is there. I have vim plugin for perl . But I don't have
> vim plugin for ruby.
> --
> Posted via http://www.ruby-....
>
>


why not write a script in ruby to generate that for you?
--=20
John Maclean
07739 171 531
MSc (DIC)

Timezone: GMT

lasitha

4/2/2009 2:37:00 PM

0

On Thu, Apr 2, 2009 at 5:24 PM, Vetrivel Vetrivel
<vetrivel.bksys@gmail.com> wrote:
> I need =A0Automatic Header to *.rb file.
> Example
>
> =A0 =A0 =A0 =A0 =A0 Filename: =A0myprogram.rb
> *
> * =A0 =A0Description:
> *
> * =A0 =A0 =A0 =A0Version: =A01.0
> * =A0 =A0 =A0 =A0Created: =A001/19/09 20:23:25
> * =A0 =A0 =A0 Revision: =A0none
>

This actually doesn't have anything to do with ruby per se, but this might =
help:
http://...

btw, that's the first hit for google search 'vim generate file headers'
cheers,
lasitha.