extending vim with shell commands | 7

So what's going on here

:.! works on standard unix pipes

-> Your input is piped into the command as stdin. ->

echo "vimconf" | figlet

-> Then replaced with what comes from stdout. ->