Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dterminal.c5230 char_u *textline; in get_separator() local
5260 textline[i] = '='; in get_separator()
5270 return textline; in get_separator()
5391 if (textline == NULL) in term_load_dump()
5395 vim_free(textline); in term_load_dump()
5398 if (textline == NULL) in term_load_dump()
5402 textline[width] = NUL; in term_load_dump()
5453 textline[col] = 'X'; in term_load_dump()
5459 textline[col] = '>'; in term_load_dump()
5465 textline[col] = '<'; in term_load_dump()
[all …]
/vim-8.2.3635/src/testdir/
H A Dtest_marks.vim6 call append(0, [" textline A", " textline B", " textline C"])
H A Dtest_popupwin.vim2615 func AddItemInPopupText(tests, winid, row, col, textline, textcol) argument
2619 \ line: a:textline, column: a:textcol,