[SOLVED] Re: Some ideas for c.vim plugins or was it already implemented by someone ?

2010-10-25 Thread Aaron Lewis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/17/2010 12:14 AM, H Xu wrote: > use snipmate. > vim.org/scripts/script.php?script_id=2540 > Modify the template file to meet your need. Sorry it took too long to reply , i've just figured out how snipmate works .. Great , that actually works fi

RE: Some ideas for c.vim plugins or was it already implemented by someone ?

2010-10-17 Thread John Beckett
Aaron Lewis wrote: > Hmm , I tried this one , > > iabbr mif if () {} /* IF */ > > I'll have to type in mif , press , and then , i > could see it expanded , but as document said iabbrev works > for "insert mode" only , am i making some mistakes here ? ( i > thought pressing button is not actually

Re: Some ideas for c.vim plugins or was it already implemented by someone ?

2010-10-17 Thread Aaron Lewis
Hmm , I tried this one , iabbr mif if () {} /* IF */ I'll have to type in mif , press , and then , i could see it expanded , but as document said iabbrev works for "insert mode" only , am i making some mistakes here ? ( i thought pressing button is not actually required here ) Thanks ! -- B

RE: Some ideas for c.vim plugins or was it already implemented by someone ?

2010-10-16 Thread John Beckett
Aaron Lewis wrote: > -BEGIN PGP SIGNATURE- > Version: GnuPG v2.0.16 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > ... While I am in mother mode, may I suggest that it is NOT necessary to post authenticated mail to a mailing list. Sending large signature bl

Re: Some ideas for c.vim plugins or was it already implemented by someone?

2010-10-16 Thread sc
On Saturday 16 October 2010 10:40:30 Aaron Lewis wrote: > Hi, > Consider following c++ codes: > if ( ... ) { > } /* IF */ > I would like to append a comment for if clause automatically > , and similar for while loops , was it included in some of > those plugins ? >

Re: Some ideas for c.vim plugins or was it already implemented by someone ?

2010-10-16 Thread H Xu
use snipmate. vim.org/scripts/script.php?script_id=2540 Modify the template file to meet your need. On 10/16/10, Aaron Lewis wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > Consider following c++ codes: > > if ( ... ) { > > } /* IF */ > > I would like to

Some ideas for c.vim plugins or was it already implemented by someone ?

2010-10-16 Thread Aaron Lewis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Consider following c++ codes: if ( ... ) { } /* IF */ I would like to append a comment for if clause automatically , and similar for while loops , was it included in some of those plugins ? Or how can i i