On 2014-05-06 07:09, Graham Nicholls wrote:
> On Tuesday, 6 May 2014 14:01:22 UTC+1, Tim Chase  wrote:
> >   vim -u NONE ...
> 
> Hmmm, that's interesting: 
> if I do 
> # while true; do vim -u NONE ; done
> then I can run vi forever without getting the problem, which is a
> relief.

Well, that at least demonstrates that all is working correctly before
other files start mucking with your configuration.  So that's good
news.

> I don't think it's my .exrc - actually, I haven't got one (it's a
> shared root account, so in my .gnbashrc, I set EXINIT:

There are several files that are checked:

  :sp $VIM/vimrc
  :sp ~/.vimrc
  :sp ~/.gvimrc
  :sp ~/.exrc
  :sp $VIMRUNTIME/evim.vim

so if any of those exist you might want to check those locations (and
any files they reference) for weird mappings that are screwing with
your settings.

-tim



Attachment: signature.asc
Description: PGP signature

Reply via email to