This is because I'd like to automatically run tests after each file save.
I have looked at autocmd
and BufWritePost
but cannot make it work.
This is because I'd like to automatically run tests after each file save.
I have looked at autocmd
and BufWritePost
but cannot make it work.
This runs
run_tests.sh
after any file is saved, with the current filename as the only parameter:View the auto-command with:
And remove all auto-commands from the previous with: