From a2dedee1604934fe64a0c3ac5e08c89ff612b84e Mon Sep 17 00:00:00 2001 From: roxma Date: Sun, 26 Mar 2023 12:17:46 +0800 Subject: [PATCH] set :jump property to t for evil-edit --- evil-commands.el | 1 + 1 file changed, 1 insertion(+) diff --git a/evil-commands.el b/evil-commands.el index adaf6c35..86eee9c3 100644 --- a/evil-commands.el +++ b/evil-commands.el @@ -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 "") (if file (find-file file)