how to notify external program to know the current mode of Vim efficient ?

12 views
Skip to first unread message

Zhe Lee

unread,
Dec 3, 2017, 10:56:40 PM12/3/17
to vim_use
I write the code below to call a external program, but a cmd window will show out when the command execuated.

So I want to know show to hide the cmd window when execuate them?

au InsertEnter * :silent execute '!VimModeRecord.exe'
au InsertLeave * :silent execute '!VimModeRecord.exe'

Reply all
Reply to author
Forward
0 new messages