Created
April 24, 2020 08:00
-
-
Save juancolacelli/3a8797f5ca80781a059aa15e2077fdbb to your computer and use it in GitHub Desktop.
Test vim performance
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let g:profstart=reltime() | for i in range(1,50) | exec "normal \<C-E>" | redraw | endfor | echo reltimestr(reltime(g:profstart)) . ' seconds' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment