Searched refs:undo_sync (Results 1 – 4 of 4) sorted by relevance
38 int prepare_tagpreview(int undo_sync, int use_previewpopup, use_popup_T use_popup);
45 void win_enter(win_T *wp, int undo_sync);
5108 int undo_sync, // sync undo when leaving the window in prepare_tagpreview() argument5152 win_enter(wp, undo_sync); in prepare_tagpreview()
4723 win_enter(win_T *wp, int undo_sync) in win_enter() argument4725 (void)win_enter_ext(wp, (undo_sync ? WEE_UNDO_SYNC : 0) in win_enter()