Skip to content

Commit

Permalink
Update message when marker is selected. (#839)
Browse files Browse the repository at this point in the history
  • Loading branch information
tumashu authored Aug 31, 2021
1 parent cfb5832 commit 239d059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/buffer.py
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ def run(self):
elif marker_input_finish:
self.running_flag = False
eval_in_emacs('exit-minibuffer', [])
message_to_emacs("Selected marker.")
message_to_emacs("Marker \"{}\" is selected.".format(minibuffer_input.upper()))
self.match_marker.emit(self.callback_tag, minibuffer_input)

time.sleep(0.1)
Expand Down

0 comments on commit 239d059

Please sign in to comment.