How do you show an animated progress bar and animated command line in VimScript?

I am wondering how you can get the same move as you did at startup :TOhtml in a large file using VimScript.

Also, when you do :vimgrep , you can see the files displayed in sequence in the command window. How to create this kind of progressive command window update using VimScript?

+4
source share
1 answer

Take a look at the question . This can lead you in the right direction. You are probably interested in the echo command :help echo

+3
source

Source: https://habr.com/ru/post/1339265/


All Articles