On Jan 23, 10:22 am, "Christian Brabandt" <[email protected]> wrote: > I don't remember, that any rendering issues have been fixed since the > release of 7.3 Try if scrolling using <C-E>/<C-U> works better, e.g. > > fu! Scroll(up) > return ":\<C-U>exe \":norm! ". v:count1*winheight(0) . (a:up ? > '\<C-U>' : '\<C-E>')."\"\n" > endfu > > nunmap <C-F> > nunmap <C-D> > nnoremap <expr> <C-F> Scroll(0) > nnoremap <expr> <C-D> Scroll(1) > > regards, > Christian
I've tested, but this trick doesnt't work for me. -- 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
