diff options
Diffstat (limited to 'perf/vim.sh')
-rwxr-xr-x | perf/vim.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perf/vim.sh b/perf/vim.sh index ef3f56d..1ad7bd9 100755 --- a/perf/vim.sh +++ b/perf/vim.sh @@ -5,3 +5,4 @@ # scrolling (just the cursor) time vim -u scroll.vim -c ':quit' UTF-8-demo.txt time vim -u scroll.vim -c ':call AutoScroll(1000)' UTF-8-demo.txt +time vim -u scroll.vim -c ':call AutoWindowScroll(20)' UTF-8-demo.txt |