how do i get vim to run these commands when i type make

2006-09-28 Thread jinxjinx
how can i get vim to run these commands when i type make? $ javac TestT.java $ gcj -g --main=TestT -o TestT TestT.class right now i use this to compile java set makeprg=javac\ % set errorformat=%A%f:%l:\ %m,%-Z%p^,%-C%.%# but i want to be able to debug java with gdb (jdb sucks) thanks -- Vi

Re: vim is scrambling my files

2006-09-27 Thread jinxjinx
: > > Just my 2c worth, is it a display problem that goes away when you press > CTRL+L? > > regards, > Peter > > > --- jinxjinx <[EMAIL PROTECTED]> wrote: > >> >> :verbose set makeprg? makeef? autowrite? autowriteall? >> makeprg=make >&

Re: vim is scrambling my files

2006-09-26 Thread jinxjinx
s a column of characters that match what ever character is next to it or sometimes just copys of text from other parts of the file. thanks for the responce A.J.Mechelynck wrote: > > jinxjinx wrote: >> when i do a save and then a make, for somereason my file gets scrambled. >> v

vim is scrambling my files

2006-09-25 Thread jinxjinx
when i do a save and then a make, for somereason my file gets scrambled. vim adds a colum of letters. and i get all these compile errors. so i quit without saving, and the extra letters go away! what could be going on here? here is my vimrc syn region myFold start="{" end="}" transparent fold syn