Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dglobals.h1662 EXTERN char e_patnotf2[] INIT(= N_("E486: Pattern not found: %s")); variable
H A Dsearch.c1128 semsg(_(e_patnotf2), mr_pattern); in searchit()
H A Dex_cmds.c4782 semsg(_(e_patnotf2), get_search_pat()); in ex_substitute()