Home
last modified time | relevance | path

Searched refs:SHM_SEARCH (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dsearch.c1101 if (!shortmess(SHM_SEARCH) && (options & SEARCH_MSG)) in searchit()
1558 if (!shortmess(SHM_SEARCH) in do_search()
1700 if (!shortmess(SHM_SEARCH)) in search_for_exact_line()
1714 if (!shortmess(SHM_SEARCH)) in search_for_exact_line()
H A Doption.h266 #define SHM_SEARCH 's' // no search hit bottom messages macro
H A Dspell.c1454 if (!shortmess(SHM_SEARCH)) in spell_move_to()
1471 if (!shortmess(SHM_SEARCH)) in spell_move_to()
H A Doption.c2890 p = vim_strchr(p_shm, SHM_SEARCH); in set_bool_option()