Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dex_cmds.pro38 int prepare_tagpreview(int undo_sync, int use_previewpopup, use_popup_T use_popup);
H A Dwindow.pro45 void win_enter(win_T *wp, int undo_sync);
/vim-8.2.3635/src/
H A Dex_cmds.c5108 int undo_sync, // sync undo when leaving the window in prepare_tagpreview() argument
5152 win_enter(wp, undo_sync); in prepare_tagpreview()
H A Dwindow.c4723 win_enter(win_T *wp, int undo_sync) in win_enter() argument
4725 (void)win_enter_ext(wp, (undo_sync ? WEE_UNDO_SYNC : 0) in win_enter()