Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Devalwindow.pro35 int switch_win(win_T **save_curwin, tabpage_T **save_curtab, win_T *win, tabpage_T *tp, int no_disp…
/vim-8.2.3635/src/
H A Devalbuffer.c944 else if (switch_win(save_curwinp, save_curtabp, wp, tp, TRUE) == FAIL) in switch_to_win_for_buf()
H A Devalvars.c3687 || switch_win(&oldcurwin, &oldtabpage, win, tp, TRUE) == OK) in getwinvar()
3787 || switch_win(&save_curwin, &save_curtab, win, tp, TRUE) == OK) in setwinvar()
4081 if (switch_win(&oldcurwin, &oldtabpage, in f_gettabvar()
H A Devalwindow.c1223 switch_win( in switch_win() function
H A Dif_py_both.h3543 if (switch_win(&save_curwin, &save_curtab, (win_T *)from, in set_option_value_for()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt3141 Solution: Check the return value of switch_win() and call restore_win()
5761 Solution: Do not use switch_win() when not needed. (Hirohito Higashi)