Searched refs:lastpos (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/runtime/autoload/ |
| H A D | rubycomplete.vim | 104 let lastpos = getpos(".") 105 let lastline = lastpos 118 call cursor(lastpos[1], lastpos[2]) 124 call cursor(lastpos[1], lastpos[2])
|
| /vim-8.2.3635/src/ |
| H A D | search.c | 3212 static pos_T lastpos = {0, 0, 0}; in update_search_stat() local 3227 if (dirc == 0 && !recompute && !EMPTY_POS(lastpos)) in update_search_stat() 3238 wraparound = ((dirc == '?' && LT_POS(lastpos, p)) in update_search_stat() 3239 || (dirc == '/' && LT_POS(p, lastpos))); in update_search_stat() 3248 && EQUAL_POS(lastpos, *cursor_pos) in update_search_stat() 3256 CLEAR_POS(&lastpos); in update_search_stat() 3260 if (EQUAL_POS(lastpos, *cursor_pos) && !wraparound in update_search_stat() 3273 while (!got_int && searchit(curwin, curbuf, &lastpos, &endpos, in update_search_stat() 3286 if (LTOREQ_POS(lastpos, p)) in update_search_stat() 3307 lastpos = p; in update_search_stat()
|
| H A D | gui_haiku.cc | 1710 int32 clen, lastpos = 0; in mchDrawString() local 1715 where.Set(TEXT_X(col+lastpos), TEXT_Y(row)); in mchDrawString() 1724 if (cells<4) lastpos += cells; in mchDrawString() 1725 else lastpos++; in mchDrawString()
|