Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dclipboard.c698 cb->origin_end_col = cb->word_end_col; in clip_start_selection()
801 cb->origin_end_col = cb->end.col; in clip_process_selection()
807 cb->origin_end_col = cb->start.col; in clip_process_selection()
875 cb->origin_row, cb->origin_end_col); in clip_process_selection()
H A Dvim.h2129 short_u origin_end_col; member