Re: cvim

2007-01-02 Thread Thomi Dammann
A.J.Mechelynck schrieb: spx2 wrote: hello. i just installed cvim but \lcs and \ucs work perfectly but \ce or \cn or any other \xx stuff or \xxx stuff don't work at all. what do i do ? What is cvim? It's the scrip c.vim: c.vim : C/C++-IDE -- Write and run programs. Insert statements,

Re: finding extra { braces

2006-12-07 Thread Thomi Dammann
Yakov Lerner schrieb: It is easy to identify extra '}' in the .c source, compiler points us to the exact line. Rarely, I have the opposite error, the extra '{' somewhere in the source. For example int foo() { { }