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

What are the first 3 or 4 lines of the reply to ":version" [until and including "Features included (+) or not (-):"]? (To copy the whole ":version" output to the clipboard, use:
        :set nomore
        :redir @*
        :version
        :redir END
        :set more
        :let @+ = @*
[the last line above is not necessary on Windows]. You can trim the result after pasting it into an email.)

What does Vim answer to the following? (entered with the question marks, and with the problematic source file, not some help file, being current)

        :verbose set makeprg? makeef? autowrite? autowriteall?
        :verbose setlocal filetype?
        :echo current_compiler

What does that "column of letters" look like? Any recognizable pattern? Could you paste an example into an email? (To copy the whole editfile to the clipboard, use [in Normal mode] ggVG followed by "+y -- assuming that your version of Vim has access to the clipboard).


Best regards,
Tony.

Reply via email to