Re: Patch 7.3.137

2011-03-21 Fir de Conversatie Tom Link
Ah, confirmed.  I can now reproduce it too on Linux with Vim-7.3.138 in the terminal as well as with gvim (gtk2) with: $ vim -u NONE -c 'set lazyredraw' ... then typing  :verCR   does not show anything. I just came here to say the same thing. :messages and probably other commands are also

Re: Patch 7.3.137

2011-03-07 Fir de Conversatie ron
Yep. Confirmed on kubuntu 10.10 vim 7.3.138 -- You received this message from the vim_dev 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

Re: Patch 7.3.137

2011-03-04 Fir de Conversatie bjorn.winckler
On Thursday, March 3, 2011 10:49:13 PM UTC+1, Dominique Pelle wrote: Christian J. Robinson wrote: On Thu, 3 Mar 2011, bjorn.winckler wrote: This may be specific to MacVim, but after applying this patch the screen redraws before I ever get to see the output from commands like :ver and

Patch 7.3.137

2011-03-03 Fir de Conversatie Bram Moolenaar
Patch 7.3.137 (after 7.3.091) Problem:When 'lazyredraw' is set the screen may not be updated. (Ivan Krasilnikov) Solution: Call update_screen() before waiting for input. Files: src/misc1.c, src/getchar.c *** ../vim-7.3.136/src/misc1.c 2011-01-22 00:11:42.0 +0100

Re: Patch 7.3.137

2011-03-03 Fir de Conversatie bjorn.winckler
On Thursday, March 3, 2011 3:04:28 PM UTC+1, Bram Moolenaar wrote: Patch 7.3.137 (after 7.3.091) Problem:When 'lazyredraw' is set the screen may not be updated. (Ivan Krasilnikov) Solution: Call update_screen() before waiting for input. This may be specific to MacVim, but after

Re: Patch 7.3.137

2011-03-03 Fir de Conversatie Donald Allen
On Thu, Mar 3, 2011 at 4:15 PM, bjorn.winckler bjorn.winck...@gmail.comwrote: On Thursday, March 3, 2011 3:04:28 PM UTC+1, Bram Moolenaar wrote: Patch 7.3.137 (after 7.3.091) Problem:When 'lazyredraw' is set the screen may not be updated. (Ivan Krasilnikov) Solution: Call

Re: Patch 7.3.137

2011-03-03 Fir de Conversatie Christian J. Robinson
On Thu, 3 Mar 2011, bjorn.winckler wrote: This may be specific to MacVim, but after applying this patch the screen redraws before I ever get to see the output from commands like :ver and :ls. Can somebody check to see if it happens in any other GUI? This happens to me as well, under

Re: Patch 7.3.137

2011-03-03 Fir de Conversatie Dominique Pellé
Christian J. Robinson wrote: On Thu, 3 Mar 2011, bjorn.winckler wrote: This may be specific to MacVim, but after applying this patch the screen redraws before I ever get to see the output from commands like :ver and :ls. Can somebody check to see if it happens in any other GUI? This