Is this supported?
Say I want to run a lint vim plugin after I use VimRunCommand to build some files of BufWrite
. I tried chaining them but vim does not wait for the shell command to complete before moving on to the next command in the chain.
Example:
autocmd BufWritePost,FileWritePost *.ts :execute 'VimuxRunCommand "make test"' | TsuGeterr