Re: colseb_a.vim script, closign tags for vim /java.?

2006-06-11 Thread A.J.Mechelynck
Marc Weber wrote: I want the script to automatically close function with endfunction while with endwhile for with endfor [...] Looks like you have ideas for omni-completion on Vim files. You may want to define 'omnifunc' in a script of one of the following names: user-private on

Re: colseb_a.vim script, closign tags for vim /java.?

2006-06-11 Thread Luc Hermitte
* On Sun, Jun 11, 2006 at 03:13:22AM +0200, Marc Weber [EMAIL PROTECTED] wrote: I want the script to automatically close function with endfunction [...] Using it with java I could imagine to complete try { with } catch () { } [...] But I don't know exactly what to put in here?

colseb_a.vim script, closign tags for vim /java.?

2006-06-10 Thread Marc Weber
I want the script to automatically close function with endfunction while with endwhile for with endfor Using it with java I could imagine to complete try { with } catch () { } or } finally () { } But I don't know exactly what to put in here? This is my attempt which didn't work yet. Can