also

let @a = 'whatever'


On 4/19/06, ice_2001cn <[EMAIL PROTECTED]> wrote:
>
> Zbigniew Kowalski wrote:
> > Dear Vimmers,
> >
> > How can i copy a string into a specific register in vim script.
> > I want to have a script which fills registers with predefined values so 
> > that i can source it and execute/paste them later on.
> > I'd expect something like:
> > register a="string1"
> > register b="string2"
> > and so
> >
> > best regards
> >
> > Zbigniew Kowalski
> > http://zbikow1.webpark.pl/
> >
> >
> >
> >
> :h setreg
>
>

Reply via email to