Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dex_eval.c1047 eap->errmsg = _(e_endif_without_if); in ex_endif()
H A Dglobals.h1770 EXTERN char e_endif_without_if[] INIT(= N_("E580: :endif without :if")); variable
H A Dvim9compile.c8024 emsg(_(e_endif_without_if)); in compile_endif()