When working on a remote server with rather large ping times, the syntax highlighting suddenly and seeming randomly breaks. When that happens, it looks like this:

The syntax highlighting is fine til line 24, after that everything is grey. I can fix it by randomly scrolling around or close open vim. But I can neither reproduce the problem, nor reproduce the fix.
This does not happen when I work with exactly the same version of vim and exactly the same .vimrc. Therefore I suspect there's something wrong on the server. Especially I suspect the problem might arise due to the long ping times (~ 170 ms).
Did anyone see a similar behaviour?
<C-l>fix it when it happens? - Zach<C-l>doesn't redraw instantly, maybe:redrawor:redraw!will work? - texasflood