Skip to content

Commit

Permalink
vundo--highlight-overlay: add priority
Browse files Browse the repository at this point in the history
  • Loading branch information
jdtsmith committed Mar 22, 2023
1 parent 2caa4c4 commit 18db1b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vundo.el
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,8 @@ This function modifies `vundo--prev-mod-list',
(overlay-put vundo--highlight-overlay
'display (vundo--translate ""))
(overlay-put vundo--highlight-overlay
'face 'vundo-highlight))
'face 'vundo-highlight)
(overlay-put vundo--highlight-overlay 'priority 1))
(move-overlay vundo--highlight-overlay
(1- (vundo-m-point node))
(vundo-m-point node)))
Expand Down

0 comments on commit 18db1b0

Please sign in to comment.