Important undo fade I forgot to commit and push

master
Allen Webster 2020-05-08 07:41:51 -07:00
parent 01e187561c
commit 72b2c029a2
1 changed files with 3 additions and 0 deletions

View File

@ -1811,6 +1811,9 @@ CUSTOM_DOC("Advances backwards through the undo history of the current buffer.")
fade->negate_fade_direction = true;
fade->finish_call = undo__fade_finish;
do_immedite_undo = false;
if (new_position > range.max){
new_position -= range_size(range);
}
}
}