Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dscreen.c3113 #define GOTO_COST 7 // assume a term_windgoto() takes about 7 chars in windgoto() macro
3138 goto_cost = GOTO_COST + noinvcurs; in windgoto()