automatization with VIM, avoid flickering

17 views
Skip to first unread message

Erhy

unread,
Jan 21, 2020, 3:45:49 PM1/21/20
to vim_use
Hello,
I have success with automatization using VIM 8.2

Is it possible without flickering?

I run the script in VSCode and therein
I start VIM in powershell by the command

 Start-Process with the options  -wait -NoNewWindow 

but a the screen is easily blinking.

Thank you for tipps

Erhy

Erhy

unread,
Jan 25, 2020, 11:01:22 AM1/25/20
to vim_use
avoided flickering with:

Start-Process with the options
        -wait    -WindowStyle Hidden

Erhy
Reply all
Reply to author
Forward
0 new messages