----------------------------------------
> > This removes the need for older code that avoided a crash
> > but meant that output wasn't displayed.
>
> Thanks. I would appreciate a few people trying this out and verifying it
> works in different configurations.
>
You can help test this patch if you have "+python" in your vim --version string.
You may (or may not) see the problem before applying the patch by typing:
:python print "hello"
And not getting any output at all. After applying the patch you should see
"hello" in the message area on the last line of the screen. Of course if
you're not affected by the problem, you should see "hello" before and after the
patch to confirm that the patch has no negative consequence for you.
Thanks,
Sean
--
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