$ errors.fyi/vim/E109 74 namespaces · 3,092 codes
vim · vim/E109
E109

Missing ':' after '?'

A ternary expression in Vim script is missing the colon that separates the true and false branches. The correct form is condition ? true_val : false_val.

References

In this namespace

» community-maintained · contribute on GitHub npm i -g errors-fyi && errorfyi ENOENT