Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui.c2307 int signcol = 0; in gui_outstr_nowrap() local
2344 signcol = col + len - 3; in gui_outstr_nowrap()
2346 signcol = col; in gui_outstr_nowrap()
2664 gui_mch_drawsign(gui.row, signcol, gui.highlight_mask); in gui_outstr_nowrap()