Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregister.c1554 pos_T new_cursor; in do_put() local
2000 new_cursor = curwin->w_cursor; in do_put()
2091 linenr_T new_lnum = new_cursor.lnum; in do_put()
2103 lnum = new_cursor.lnum; in do_put()
2245 curwin->w_cursor = new_cursor; in do_put()