Skip to content

Commit

Permalink
[code] undo redo implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidd-Dino committed Sep 23, 2020
1 parent 2608bff commit cee2ad4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bte
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,7 @@ add_action_to_undo_stack() {

local action="$1"

# Check if the new action block is mergeable
mergeable_action_check "$action"

(( mergeable_block==0 )) && {
Expand Down

0 comments on commit cee2ad4

Please sign in to comment.