1
0
Fork 0
gnome-terminal/subprojects/vte/perf/vim.sh
Daniel Baumann 95789a9b3e
Adding upstream version 3.56.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 21:26:48 +02:00

12 lines
321 B
Bash
Executable file

#!/bin/sh
cd "`dirname "$0"`"
# rudimentary Vim performance benchmark
# scrolling (just the cursor)
\time vim -u scroll.vim -c ':quit' UTF-8-demo.txt
\time vim -u scroll.vim -c ':call AutoScroll(100)' UTF-8-demo.txt
\time vim -u scroll.vim -c ':call AutoWindowScroll(10)' UTF-8-demo.txt
echo press enter to close
read