Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dex_eval.c1094 eap->errmsg = _(e_elseif_without_if); in ex_else()
H A Dglobals.h1769 EXTERN char e_elseif_without_if[] INIT(= N_("E582: :elseif without :if")); variable
H A Dvim9compile.c7805 emsg(_(e_elseif_without_if)); in compile_elseif()