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.
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.