Skip to content

Commit

Permalink
set :jump property to t for evil-edit
Browse files Browse the repository at this point in the history
  • Loading branch information
roxma committed Mar 26, 2023
1 parent c61bc34 commit 96dd80f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions evil-commands.el
Original file line number Diff line number Diff line change
Expand Up @@ -3271,6 +3271,7 @@ FILENAME is given, the current file name is used."
"Open FILE.
If no FILE is specified, reload the current buffer from disk."
:repeat nil
:jump t
(interactive "<f><!>")
(if file
(find-file file)
Expand Down

0 comments on commit 96dd80f

Please sign in to comment.