Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim.h920 #define SEARCH_COL 0x1000 // start at specified column instead of zero macro
H A Dex_getln.c650 search_flags += SEARCH_COL; in may_adjust_incsearch_highlighting()
H A Dsearch.c745 col = at_first_line && (options & SEARCH_COL) ? pos->col in searchit()
H A Devalfunc.c8053 options |= SEARCH_COL; in search_cmn()