Created
November 2, 2011 08:23
-
-
Save basyura/1333168 to your computer and use it in GitHub Desktop.
progress bar
This file contains 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
"*************************************************** | |
try | |
:0d | call append(0 , '"*') | |
for val in range(50) | |
sleep 10m | |
:0 | |
let bar = expand("<cword>") . '*' | |
:0d | |
call append(0, bar) | |
redraw | |
endfor | |
:0 | |
$ | |
catch | |
echo v:exception | |
endtry | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment