Re: website going down

2011-08-07 Thread BPJ
On 2011-08-04 23:16, sc wrote: On Thursday, August 04, 2011 14:33:16 Charles Campbell wrote: Hello, It looks like my website will be going down on August 20, courtesy of verizon's making things difficult. you're lucky they host you at all -- my isp is at&t -- first they stopped supporting

Re: function name to protoype

2011-08-07 Thread hermitte
Hello, "sinbad" wrote: > is it possible to get the complete protoype of a c function > in vim using cscope and ctags. basically i want to write a > vim function which takes c function name as input and > returns it's complete prototype. help! I'm not sure what you exactly want to achieve as the t

Re: BUG with :put=[..., ''] (was: A few questions about :append and ex)

2011-08-07 Thread Christian Brabandt
On Do, 04 Aug 2011, Tim Chase wrote: [fullquote, cause forwarding to vim-dev] > On 08/04/2011 10:02 AM, ranou...@gmx.com wrote: > >A remark about :put =list > >I tried :put =[ 'str1', 'str2', '', 'str3', '' ] > >the '' are here to insert empty lines. > >The last one is not inserted. > > I see th

Re: omni and OpenFOAM

2011-08-07 Thread AlmostSurelyRob
Thanks for your reply. I investigated this again upon receiving your e-mail and I discovered... to my great surprise that it was only the question of specifying the namespace or preceding the class name with a proper namespace. e.g. 1) using namespace Foam; volScalarField f; f. works 2) /*u

Re: function name to protoype

2011-08-07 Thread sinbad
On Aug 7, 4:07 pm, hermi...@free.fr wrote: > Hello, > > "sinbad" wrote: > > is it possible to get the complete protoype of a c function > > in vim using cscope and ctags. basically i want to write a > > vim function which takes c function name as input and > > returns it's complete prototype. help!