Home
last modified time | relevance | path

Searched refs:SEARCH_PEEK (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dvim.h919 #define SEARCH_PEEK 0x800 // peek for typed char, cancel search macro
H A Dsearch.c1056 if ((options & SEARCH_PEEK) in searchit()
1550 (SEARCH_KEEP + SEARCH_PEEK + SEARCH_HIS in do_search()
H A Dex_getln.c482 int search_flags = SEARCH_OPT + SEARCH_NOOF + SEARCH_PEEK; in may_do_incsearch_highlighting()
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt5873 Solution: Pass SEARCH_PEEK to dosearch().
H A Dversion8.txt21952 Solution: Don't pass SEARCH_PEEK and don't call char_avail(). (haya14busa,
33811 Solution: Remove SEARCH_PEEK from searchit flags. Add a test. (Christian