Searched refs:textcol (Results 1 – 7 of 7) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | ops.c | 509 offset = bdp->textcol; in block_insert() 795 oldp += bd.textcol + bd.textlen; in op_delete() 1102 oldp += bd.textcol + bd.textlen; in op_replace() 1261 pos.col = bd.textcol; in op_tilde() 1273 &ptr[bd.textcol], bd.textlen); in op_tilde() 1629 bd.textcol = bd2.textcol; in op_insert() 1639 add = bd.textcol; in op_insert() 1739 bd.textcol = curwin->w_cursor.col; in op_change() 1798 offset = bd.textcol; in op_change() 1803 oldp += bd.textcol; in op_change() [all …]
|
| H A D | register.c | 1822 bd.textcol = 0; in do_put() 1850 bd.textcol = (colnr_T)(ptr - oldp); in do_put() 1860 --bd.textcol; in do_put() 1863 bd.textcol -= (*mb_head_off)(oldp, oldp + bd.textcol); in do_put() 1864 if (oldp[bd.textcol] != TAB) in do_put() 1904 mch_memmove(ptr, oldp, (size_t)bd.textcol); in do_put() 1905 ptr += bd.textcol; in do_put() 1930 mch_memmove(ptr, oldp + bd.textcol + delcount, in do_put() 1931 (size_t)(oldlen - bd.textcol - delcount + 1)); in do_put() 1947 curbuf->b_op_end.col = bd.textcol + totlen - 1; in do_put()
|
| H A D | normal.c | 1526 int *textcol, // column where "text" starts, can be NULL in find_ident_at_pos() argument 1642 if (textcol != NULL) in find_ident_at_pos() 1643 *textcol = col; in find_ident_at_pos()
|
| H A D | structs.h | 4340 colnr_T textcol; // index of chars (partially) in block member
|
| /vim-8.2.3635/src/proto/ |
| H A D | normal.pro | 11 int find_ident_at_pos(win_T *wp, linenr_T lnum, colnr_T startcol, char_u **text, int *textcol, int …
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_popupwin.vim | 2615 func AddItemInPopupText(tests, winid, row, col, textline, textcol) argument 2619 \ line: a:textline, column: a:textcol,
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version8.txt | 25396 Solution: Check the length of the line before adding bd.textcol and
|