Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddrawline.c1395 int bcol = (int)(ptr - line); in win_line() local
1398 --bcol; // still working on the previous char, e.g. Tab in win_line()
1405 if (bcol >= text_props[tpi].tp_col - 1 in win_line()
1420 && bcol >= text_props[text_prop_next].tp_col - 1) in win_line()
1422 if (bcol <= text_props[text_prop_next].tp_col - 1 in win_line()
/vim-8.2.3635/runtime/indent/
H A Dhtml.vim486 let [bline, bcol] = searchpos('<'.blocktag[1:].'\>', "bnW")
487 call s:CountITags(tolower(getline(bline)[: bcol-2]))