jinxjinx wrote:
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 sync fromstart
set foldmethod=syntax
set nowrap
set mouse=a
also when i get into vim i do :syntax on
sounds like a TERM problem. So,
which o/s?
if linux, what does $TERM show?
does gvim work?
Regards,
DrC