Re: redraw on insert/visual mode leave

2013-01-21 Fir de Conversatie Christian Brabandt
On Thu, January 17, 2013 21:09, Josh wrote: Sorry for bumping an old thread, but with the help of some clever folk, I've found out how to reproduce the issue: 1) Use terminal vim, NOT macvim 2) Run vim with `vim --noplugin -u NONE` 3) Everything works as desired, yay! 3) Run `:set

Re: redraw on insert/visual mode leave

2013-01-21 Fir de Conversatie Josh
On Jan 21, 2013, at 7:24 AM, Christian Brabandt cbli...@256bit.org wrote: On Thu, January 17, 2013 21:09, Josh wrote: Sorry for bumping an old thread, but with the help of some clever folk, I've found out how to reproduce the issue: 1) Use terminal vim, NOT macvim 2) Run vim with `vim

Re: redraw on insert/visual mode leave

2013-01-17 Fir de Conversatie Josh
Sorry for bumping an old thread, but with the help of some clever folk, I've found out how to reproduce the issue: 1) Use terminal vim, NOT macvim 2) Run vim with `vim --noplugin -u NONE` 3) Everything works as desired, yay! 3) Run `:set notimeout nottimeout` 4) Select some text and hit esc 5)

Re: redraw on insert/visual mode leave

2012-10-11 Fir de Conversatie Josh .
Oddly enough I don't have this issue on my laptop (same versions of everything iirc), but _do_ in xterm(283) _and_ in urxvt 9.15 on my desktop. Just to be clear, when I have things selected in visual mode, then hit esc, it appears I'm still in visual mode w/the text being selected. When I move

Re: redraw on insert/visual mode leave

2012-10-09 Fir de Conversatie Christian Brabandt
Hi Josh! On Sa, 06 Okt 2012, Josh . wrote: Sorry for the delay, my vim info: https://gist.github.com/3845451 . The output of `uname -ar`: https://gist.github.com/3845453 . Finally, my terminal's info: https://gist.github.com/3845458 You could have pasted that information right into the

Re: redraw on insert/visual mode leave

2012-10-06 Fir de Conversatie Josh .
Sorry for the delay, my vim info: https://gist.github.com/3845451 . The output of `uname -ar`: https://gist.github.com/3845453 . Finally, my terminal's info: https://gist.github.com/3845458 On Fri, Oct 5, 2012 at 7:56 AM, Josh . randomendu...@gmail.com wrote: Terminal vim (huge version iirc) on

Re: redraw on insert/visual mode leave

2012-10-05 Fir de Conversatie Christian Brabandt
Hi Josh! On Do, 04 Okt 2012, Josh . wrote: Hello, When I leave insert or visual mode with esc the visual selection stays. I can move around normally (since I'm now in normal mode), but the screen doesn't update until I move. Adding the following mappings fixes the issue: imap esc

Re: redraw on insert/visual mode leave

2012-10-05 Fir de Conversatie Josh .
Terminal vim (huge version iirc) on Arch Linux x64 in urxvt. I can grab the full output of `:version` tonight if you like. On Fri, Oct 5, 2012 at 1:11 AM, Christian Brabandt cbli...@256bit.org wrote: Hi Josh! On Do, 04 Okt 2012, Josh . wrote: Hello, When I leave insert or visual mode

redraw on insert/visual mode leave

2012-10-04 Fir de Conversatie Josh .
Hello, When I leave insert or visual mode with esc the visual selection stays. I can move around normally (since I'm now in normal mode), but the screen doesn't update until I move. Adding the following mappings fixes the issue: imap esc esc:redrawcr vmap esc esc:redrawcr My `lazyredraw`