Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dtextprop.pro22 void adjust_props_for_split(linenr_T lnum_props, linenr_T lnum_top, int kept, int deleted);
/vim-8.2.3635/src/
H A Dtextprop.c1571 linenr_T lnum_props, in adjust_props_for_split() argument
1587 count = get_text_props(curbuf, lnum_props, &props, FALSE); in adjust_props_for_split()