Roy Fulbright wrote:
> I just uninstalled Vim 7.2 and did a clean install of Vim
> 7.3.3 on Windows Vista using the binary from
> http://sourceforge.net/projects/cream/files. I am using the
> _vimrc file I used with Vim 7.2. I now get dozens of E10
> error messages when editing _vimrc (does not happen with
> other files, only _vimrc).

Please spell out the steps: what exactly do you type, what
works, what doesn't?

If Vim reports E10 errors when *editing* only one particular
file, I would look for autocommands that are activated for that
file. Perhaps:

  :new
  :set nomore
  :redir @a
  :au
  :redir END
  :set more
  :put a

Then search for vimrc and see what code is executed.

John

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to