I am on Windows 7 64-bit using Vim 7.4 official 32-bit build downloaded from Vim site a couple days ago. I was using 7.3 before that.
I noticed a redrawing issue that might be a regression.
Steps to reproduce:
* First, do preparation:
Launch gvim -u NONE -U NONE --noplugin
set nocompatible
syntax on
set ft=markdown
set linespace=0
set guifont=Courier_New
* Then, go to Edit mode, type '_' (underscore) 10 times, then press
Del 10 times to remove those. As a result of that you should get
blank screen, but instead you get the lower horizontal line visible,
see attachment.
I guess it has to do with ClearType, but I believe there was no such
issue in 7.3.
--
Alexei Alexandrov
--
--
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
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
<<attachment: tmpimg03.png>>
