Closed GoogleCodeExporter closed 9 years ago
You should put "set nocp" in the script, otherwise the terminal version isn't
requested.
Despite that, I can't reproduce the problem on Ubuntu. Tried xterm and urxvt.
This might be a race condition.
Original comment by brammool...@gmail.com
on 28 Nov 2013 at 5:38
My bad on nocp, figured that out further down the ML thread but copied the
wrong example into this issue.
FWIW, this reproduces most reliably if it's the first thing I do in a fresh
terminal.
Original comment by pbris...@gmail.com
on 28 Nov 2013 at 5:59
I have a similar issue (I think) in my setup. I use iterm2 on Mac to ssh onto
my ubuntu desktop, where I then use tmux with iterm2-tmux integration.
Here if I try to open vim with any file, a sequence that ends in ";2R" is
received by VIM as input and I end up in replace mode. The repro steps above
produces this consistently for me. I have a slightly simpler case that this
also happens for.
1. Add the following to example.vimrc
set nocp
au BufEnter * set ignorecase
2. Run vim -u example.vimrc
Interestingly, for me, this happens only when vim is opened, not when I open
new buffers.
Do you think this a bug with VIM or a bug with the terminal emulator?
Original comment by yunchi...@google.com
on 18 Mar 2014 at 2:39
Patch 7.4.207 may fix this. Not sure, since I cannot reproduce the original
problem.
Original comment by br...@google.com
on 19 Mar 2014 at 1:06
I think this is fixed. If not please open a new issue.
Original comment by chrisbr...@googlemail.com
on 3 Oct 2014 at 11:42
Original issue reported on code.google.com by
pbris...@gmail.com
on 26 Nov 2013 at 2:34Attachments: