Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dindent.c1804 int save_set_curswant; in get_expr_indent() local
1813 save_set_curswant = curwin->w_set_curswant; in get_expr_indent()
1839 curwin->w_set_curswant = save_set_curswant; in get_expr_indent()
H A Devalfunc.c4405 int save_set_curswant = curwin->w_set_curswant; in getpos_both() local
4416 if (wp == curwin && save_set_curswant) in getpos_both()
4418 curwin->w_set_curswant = save_set_curswant; in getpos_both()