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