Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dchange.c166 linenr_T lnume, in check_recorded_changes() argument
201 linenr_T lnume, in may_record_change() argument
468 linenr_T lnume, in changed_common() argument
583 i = hasFoldingWin(wp, lnume, NULL, &lnume, FALSE, NULL); in changed_common()
584 if (wp->w_cursor.lnum == lnume) in changed_common()
619 if (wp->w_lines[i].wl_lnum < lnume) in changed_common()
819 if (lnume + xtra > buf->b_mod_bot) in changed_lines_buf()
820 buf->b_mod_bot = lnume + xtra; in changed_lines_buf()
828 buf->b_mod_bot = lnume + xtra; in changed_lines_buf()
870 lnume - lnum + wlnum, 0L); in changed_lines()
[all …]
H A Ddrawscreen.c1074 linenr_T lnume = lnum + fold_count - 1; in fold_line() local
1239 text = get_foldtext(wp, lnum, lnume, foldinfo, buf); in fold_line()
1298 && lnume <= bot->lnum in fold_line()
1303 && (lnume < bot->lnum in fold_line()
1304 || (lnume == bot->lnum in fold_line()
1306 >= (colnr_T)STRLEN(ml_get_buf(wp->w_buffer, lnume, FALSE))))))) in fold_line()
1375 && lnume >= curwin->w_cursor.lnum) in fold_line()
1387 && wp->w_cursor.lnum <= lnume in fold_line()
H A Dfold.c1904 linenr_T lnume, in get_foldtext() argument
1934 set_vim_var_nr(VV_FOLDEND, lnume); in get_foldtext()
2002 long count = (long)(lnume - lnum + 1); in get_foldtext()
/vim-8.2.3635/src/proto/
H A Dchange.pro8 void may_invoke_listeners(buf_T *buf, linenr_T lnum, linenr_T lnume, int added);
17 void changed_lines_buf(buf_T *buf, linenr_T lnum, linenr_T lnume, long xtra);
18 void changed_lines(linenr_T lnum, colnr_T col, linenr_T lnume, long xtra);
H A Dfold.pro37 char_u *get_foldtext(win_T *wp, linenr_T lnum, linenr_T lnume, foldinfo_T *foldinfo, char_u *buf);
/vim-8.2.3635/src/testdir/
H A Dtest_breakindent.vim18 func s:screen_lines2(lnums, lnume, width) abort argument
19 return ScreenLines([a:lnums, a:lnume], a:width)