Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim.h909 #define SEARCH_ECHO 0x02 // echo the search command and handle options macro
H A Dsearch.c1389 if ((options & SEARCH_ECHO) && messaging() && in do_search()
1616 if ((options & SEARCH_ECHO) in do_search()
H A Dnormal.c4417 opt | SEARCH_OPT | SEARCH_ECHO | SEARCH_MSG, &sia); in normal_search()