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 2e85761 commit a2dedee
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 @@ -3321,6 +3321,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 a2dedee

Please sign in to comment.