Home
last modified time | relevance | path

Searched refs:e_else_without_if (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dex_eval.c1091 eap->errmsg = _(e_else_without_if); in ex_else()
H A Dglobals.h1768 EXTERN char e_else_without_if[] INIT(= N_("E581: :else without :if")); variable
H A Dvim9compile.c7953 emsg(_(e_else_without_if)); in compile_else()