Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellsuggest.c461 pos_T prev_cursor = curwin->w_cursor; in spell_suggest() local
507 || curwin->w_cursor.col > prev_cursor.col) in spell_suggest()
511 curwin->w_cursor = prev_cursor; in spell_suggest()
695 curwin->w_cursor = prev_cursor; in spell_suggest()