3 # rudimentary Vim performance benchmark
5 # scrolling (just the cursor)
6 time vim -u scroll.vim -c ':quit' UTF-8-demo.txt
7 time vim -u scroll.vim -c ':call AutoScroll(1000)' UTF-8-demo.txt
8 time vim -u scroll.vim -c ':call AutoWindowScroll(20)' UTF-8-demo.txt