Re: Java indenting

2006-06-03 Thread Jeff Lanzarotta
Interesting... I thought at one point in time I had this working. Maybe in 6.4... I lost my original .vim files that did the java indention... --- Gerald Lai [EMAIL PROTECTED] wrote: On Fri, 2 Jun 2006, Jeff Lanzarotta wrote: Hello, I have a Java indenting questions. When editing C

Java indenting

2006-06-02 Thread Jeff Lanzarotta
Hello, I have a Java indenting questions. When editing C code if I have something like: void function(int x, int y int z) The second line of the declaration indents automatically, right under the first parameter, after pressing enter after the 'y'. How can I get this to happen

Re: Java indenting

2006-06-02 Thread Yegappan Lakshmanan
Hi, On 6/2/06, Jeff Lanzarotta [EMAIL PROTECTED] wrote: Hello, I have a Java indenting questions. When editing C code if I have something like: void function(int x, int y int z) The second line of the declaration indents automatically, right under the first parameter, after

Re: Java indenting

2006-06-02 Thread Jeff Lanzarotta
Were to I put this command at? In a java.vim file in one of the directory under the vimfiles directory? --- Yegappan Lakshmanan [EMAIL PROTECTED] wrote: Hi, On 6/2/06, Jeff Lanzarotta [EMAIL PROTECTED] wrote: Hello, I have a Java indenting questions. When editing C code if I have

Re: Java indenting

2006-06-02 Thread Yegappan Lakshmanan
Hello, On 6/2/06, Jeff Lanzarotta [EMAIL PROTECTED] wrote: --- Yegappan Lakshmanan [EMAIL PROTECTED] wrote: Hi, On 6/2/06, Jeff Lanzarotta [EMAIL PROTECTED] wrote: Hello, I have a Java indenting questions. When editing C code if I have something like: void function(int x, int

Re: Java indenting

2006-06-02 Thread Jeff Lanzarotta
a Java indenting questions. When editing C code if I have something like: void function(int x, int y int z) The second line of the declaration indents automatically, right under the first parameter, after pressing enter after the 'y'. How can I

Re: Java indenting

2006-06-02 Thread Gerald Lai
On Fri, 2 Jun 2006, Jeff Lanzarotta wrote: Hello, I have a Java indenting questions. When editing C code if I have something like: void function(int x, int y int z) The second line of the declaration indents automatically, right under the first parameter, after pressing enter