Searched refs:dont_sync_undo (Results 1 – 2 of 2) sorted by relevance
102 static int dont_sync_undo = FALSE; // CTRL-G U prevents syncing undo for variable589 if (dont_sync_undo == MAYBE) in edit()590 dont_sync_undo = TRUE; in edit()592 dont_sync_undo = FALSE; in edit()1061 if (dont_sync_undo == TRUE) in edit()1062 dont_sync_undo = MAYBE; in edit()3514 dont_sync_undo = MAYBE; in ins_ctrl_g()4567 dont_sync_undo = FALSE; in ins_left()4627 dont_sync_undo = FALSE; in ins_s_left()4674 dont_sync_undo = FALSE; in ins_right()[all …]
32316 Solution: Also check dont_sync_undo for shifted cursor keys. (Christian