The problem is not solved although I accepted one answer.
Problem: Vim updates very slowly the screen in Screen in Mac, although lazyredraw and showcmd are off.
The line numbers get on the foldColumn as below, for instance, when I have line numbers

When I have nothing in my .vimrc, the problem can be seen by multiplied comment lines on top of one another:

I did not type the following comment more than once on the left-hand side
"set list...
Observations
- seemed to occur only in comment lines and empty lines. However, I got the evidence (2) which shows that this is not the case.
- scatters occurs mostly in the left-hand-side window. They occur also with a single window. However, it is harder to detect with it.
- The bug occurs slightly differently when I have nothing in .vimrc. However, the "stagnation" occurs in both situations: with empty .vimrc and with non-empty .vimrc.
Identification of Bug
Dependent variables
- dependent on comment signs automatically put by Vim. I noticed disappeared pixels when Vim put Python's comment signs # automatically to my files, when it could not show the whole file.
- dependent on at least OS/X Leopard.
Independent variables
- file independent: occurs in all files edited by Vim
- line independent: occurs in a Python code without comments and empty lines
- .vimrc independent: occurs with empty .vimrc
- .screenrc independent: occurs with empty .screenrc
- shell independent: occurs with Bash and Zsh
- Screen version independent: occurs with Leopard's default screen and with Screen 4.0.3
- independent of different comment characters: occurs when scrolling down, for instance, .zshrc, .vimrc and .screenrc
How can you disable Vim's default settings?


