The following: ``` zsh touch foo chmod 0644 foo ./foo ``` highlights `./foo` as `path`, but should highlight it as `unknown-token` (unless there happens to be an alias or function literally called `./foo`). Note that we already call `stat` once (since `./does-not-exist` is highlighted as `unknown-token`).