Thank you all for your comments.

[24.07.2002] Sven Guckes <-- :
> * Erika Pacholleck <[EMAIL PROTECTED]> [2002-07-24 15:33]:
> > Suppose I have a text which may begin with [ \t]+
> >   blahblah
> >   blahblah
> >
> > and I need to define a special comment marker like "note1"
> >   blahblah
> >   note1 no blahblah
> >   note1 use blub instead
> >   blahblah
> >
> > and further I want this comment marker to be auto-inserted
> > whenever I do <enter>, what parts would I need for this?
> 
>   set comments+=note1
>   set formatoptions+=r

That gave me the idea what to try next. Solved now.
before:  autocmd FileType MyType setlocal com+=b:note1
done  :  autocmd FileType MyType set      com+=b:note1

(not yet done: homework learn proper set/setlocal usage)

> no fsking way!  welcome to my killfile.  *plonk*
  fsking: not present in my dictionary
  plonk : not present in my dictionary
> Sven  [no remorse for anti-spam losers!]
  I must not understand all this, must I?

-- 
Erika Pacholleck <[EMAIL PROTECTED]>
mutters: insert vowels of last name

Reply via email to