4 # rudimentary Vim performance benchmark
6 # scrolling (just the cursor)
7 \time vim -u scroll.vim -c ':quit' UTF-8-demo.txt
8 \time vim -u scroll.vim -c ':call AutoScroll(100)' UTF-8-demo.txt
9 \time vim -u scroll.vim -c ':call AutoWindowScroll(10)' UTF-8-demo.txt
11 echo press enter to close