Home
last modified time | relevance | path

Searched refs:matchpos (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dsearch.c626 lpos_T matchpos; in searchit() local
794 while (matchpos.lnum == 0 in searchit()
799 : ((int)matchpos.col in searchit()
819 if (matchcol == matchpos.col in searchit()
831 matchcol = matchpos.col; in searchit()
929 if (matchcol == matchpos.col in searchit()
942 if (matchpos.lnum > 0) in searchit()
944 matchcol = matchpos.col; in searchit()
996 && matchpos.col == endpos.col)) in searchit()
1024 end_pos->col = matchpos.col; in searchit()
[all …]
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt13911 Problem: Using 'hlsearch' highlighting instead of matchpos if there is no